Historia wersji dodatku animepahe Enhancer — 7 wersji
animepahe Enhancer Autor: Mugen
Historia wersji dodatku animepahe Enhancer — 7 wersji
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 0.0.7
Data wydania: 4 cze 2026 — 53,36 KBDziała z: firefox 109.0 i nowsze, android 120.0 i nowszeWhat's Changed
This update focuses on stabilizing the DUB detection feature against strict rate limits and improving the user experience with better progress tracking.
Fixes & Improvements- Cloudflare Ratelimiting Bypass: Implemented logic to handle and bypass
RequestThrottlerrestrictions, preventing DUB detection from stalling or breaking unexpectedly. - Added ETA Display: Added a dynamic remaining time estimator so you can see exactly how long the detection process will take.
- Optimized Cache Duration: Increased the local cache lifetime to 24 hours. This drastically reduces the total number of outbound network requests and helps prevent future rate-limiting issues.
Licencja kodu źródłowego: Licencja MIT
- Cloudflare Ratelimiting Bypass: Implemented logic to handle and bypass
Poprzednie wersje
Wersja 0.0.6.1
Data wydania: 21 maj 2026 — 51,93 KBDziała z: firefox 109.0 i nowsze, android 120.0 i nowszeWhat's New in v0.0.6.1:
• Visual Update: Added a microphone icon (🎙️) to the home page scanner badges for better clarity.Licencja kodu źródłowego: Licencja MIT
Wersja 0.0.6
Data wydania: 21 maj 2026 — 51,92 KBDziała z: firefox 109.0 i nowsze, android 120.0 i nowszeChangelog- Added official automated deployment integration for the Microsoft Edge Add-ons store.
- Updated documentation and added the Microsoft Edge storefront badge to the repository landing page.
- Native performance optimizations for cross-origin player tracking and DUB search modules.
Licencja kodu źródłowego: Licencja MIT
Wersja 0.0.5
Data wydania: 21 maj 2026 — 51,92 KBDziała z: firefox 109.0 i nowsze, android 120.0 i nowszeRefactor
Split the monolithicanimepahe.jsinto feature modules loaded via dynamic import.
New structurecontent/main.js- entry point; loads settings, detects page type, initialises featurescontent/features/continue-watching.js- CW section + iframe postMessage bridgecontent/features/dub-detector.js- DUB badges, status pill, detection logiccontent/helpers/router.js- page-type detection and session extractioncontent/helpers/storage.js- chrome.storage wrapper and settings schemacontent/helpers/cache.js- episode/home DUB cache with garbage collection- Some theme changes
Licencja kodu źródłowego: Licencja MIT
Wersja 0.0.4
Data wydania: 17 maj 2026 — 50,2 KBDziała z: firefox 109.0 i nowsze, android 120.0 i nowszeWhat's Changed- Fixed Search Functionality: The DUB detector no longer accidentally targets dynamically generated anime links inside the search bar dropdown or header navigation. Previously, the scanner was injecting badges into the search results, which broke the UI layout and made the search dropdown difficult to use.
Licencja kodu źródłowego: Licencja MIT
Wersja 0.0.3
Data wydania: 13 maj 2026 — 50,15 KBDziała z: firefox 109.0 i nowsze, android 120.0 i nowszeWhat's New- Firefox for Android Support: The extension is now officially supported on Firefox for Android! You can now install and use the video tracker and DUB detector directly on your mobile browser.
- Continue Watching Fix: Fixed an issue where watching different episodes of the same series would create duplicate cards on the home page. Now, your progress automatically overwrites older episodes to keep the grid clean.
Licencja kodu źródłowego: Licencja MIT
Wersja 0.0.2
Data wydania: 8 maj 2026 — 50,15 KBDziała z: firefox 109.0 i nowsze🎉 First release of animepahe Enhancer
✨ Features
▶ Continue Watching
- Tracks playback position every 2 seconds across all episodes
- Displays a "Continue Watching" row on the home page with progress bars
- Supports up to 24 episodes in watch history
- Remove individual entries or clear all from the popup or home page
🎙 DUB Detector
- Scans episode lists, player pages, and home feed for dubbed episodes
- Overlays colour-coded badges (episode list, home cards, player title)
- Uses binary search to minimise network requests — O(log n) instead of O(n)
- Results cached locally for 12 hours with automatic garbage collection
🛠 Installation- Firefox: Available on the Firefox Add-ons Store (AMO)
- Edge: Manual installation for now — automated Edge Add-ons publishing coming soon
📦 Notes- No external servers — all data stored locally in your browser
- Works across all official animepahe mirror domains
Licencja kodu źródłowego: Licencja MIT