Animevost
Позволяет пользоваться проектом АнимеВост.орг
What is Animevost?
Animevost is a Chrome extension developed by SG Development, and its main feature is "Позволяет пользоваться проектом АнимеВост.орг".
Extension Screenshots
Download Animevost Extension CRX File
Download Animevost 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
Официальное расширение от проекта AnimeVost.org. Позволяет получать новости, расписание и уведомления от сайта. Также предоставляет доступ через прокси-сервера проекта для гарантированной работы сайтов даже в случае перебоев с сетью.
Extension Basic Information
Name | Animevost |
ID | maoncplcppchbcfiooaldhjgeamlgdhn |
Official URL | https://chromewebstore.google.com/detail/animevost/maoncplcppchbcfiooaldhjgeamlgdhn |
Description | Позволяет пользоваться проектом АнимеВост.орг |
File Size | 215 KB |
Installation Count | 10,000 |
Current Version | 0.4.2 |
Last Updated | 2019-08-14 |
Publish Date | 2019-08-14 |
Rating | 4.05/5 Total 37 Ratings |
Developer | SG Development |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "version": "0.4.2", "manifest_version": 2, "default_locale": "ru", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "icons": { "128": "images\/128.png", "48": "images\/48.png", "32": "images\/32.png", "16": "images\/16.png" }, "permissions": [ "proxy", "tabs", "unlimitedStorage", "storage", "https:\/\/animevost.org\/*", "http:\/\/animevost.org\/*", "https:\/\/animevost1.org\/*", "https:\/\/animerost.org\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] }, "commands": { "open-option": { "suggested_key": { "default": "Alt+O" }, "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438" } }, "options_page": "options.html", "browser_action": { "default_icon": "images\/off.png", "default_title": "__MSG_title__", "default_popup": "popup.html" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "22.0.0" } |