Anime Hunter
Уведомляет вас о свежих сериях аниме вышедших на популярных фандаб сайтах
What is Anime Hunter?
Anime Hunter is a Chrome extension developed by Creator's room, and its main feature is "Уведомляет вас о свежих сериях аниме вышедших на популярных фандаб сайтах".
Extension Screenshots
Download Anime Hunter Extension CRX File
Download Anime Hunter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Отличный способ следить за выходом новых серий аниме! Возможности: - Подпишись на любимый аниме сериал на любом из доступных расширению фандаб сайтов и получай уведомление о новых сериях. - Управление подписками и уведомлениями в самом расширении - Таймер с выходом новой серии на сайтах, где есть такая возможность. Доступные сайты: - Anistar.org - Animevost.org - Anilibria.tv - Anidub.com (Для просмотра потребуется VPN) База поддерживаемых сайтов будет пополняться. Подписаться можно открыв аниме сериал на сайте и нажав на соответствующую кнопку под обложкой. (см. Скриншот)
Extension Basic Information
Name | Anime Hunter |
ID | ochddbabahkpldnmkhpjggapdpmcdpig |
Official URL | https://chromewebstore.google.com/detail/anime-hunter/ochddbabahkpldnmkhpjggapdpmcdpig |
Description | Уведомляет вас о свежих сериях аниме вышедших на популярных фандаб сайтах |
File Size | 135 KB |
Installation Count | 92 |
Current Version | 0.1.4.11 |
Last Updated | 2019-11-25 |
Publish Date | 2019-11-19 |
Rating | 4.40/5 Total 5 Ratings |
Developer | Creator's room |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://mycoub.ru/privacy-policy |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime Hunter", "short_name": "Anime Hunter", "description": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u044f\u0435\u0442 \u0432\u0430\u0441 \u043e \u0441\u0432\u0435\u0436\u0438\u0445 \u0441\u0435\u0440\u0438\u044f\u0445 \u0430\u043d\u0438\u043c\u0435 \u0432\u044b\u0448\u0435\u0434\u0448\u0438\u0445 \u043d\u0430 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0445 \u0444\u0430\u043d\u0434\u0430\u0431 \u0441\u0430\u0439\u0442\u0430\u0445", "version": "0.1.4.11", "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/inject.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "logo2.png", "default_popup": "popup.html" }, "icons": { "16": "logo2.png", "48": "logo2.png", "128": "logo2.png" }, "permissions": [ "storage", "unlimitedStorage", "notifications", "tabs" ] } |