Seasonvar
Только новые серии ваших любимых сериалов
What is Seasonvar?
Seasonvar is a Chrome extension developed by kotsuba, and its main feature is "Только новые серии ваших любимых сериалов".
Extension Screenshots
Download Seasonvar Extension CRX File
Download Seasonvar 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
Расширение предназначено для быстрого и удобного отслеживания ваших любимых сериалов.
Extension Basic Information
Name | Seasonvar |
ID | cflmhhlddhlndhajdngbeglceebpgkfl |
Official URL | https://chromewebstore.google.com/detail/seasonvar/cflmhhlddhlndhajdngbeglceebpgkfl |
Description | Только новые серии ваших любимых сериалов |
File Size | 15.81 KB |
Installation Count | 1,206 |
Current Version | 0.1.7 |
Last Updated | 2017-04-21 |
Publish Date | 2017-04-21 |
Rating | 4.00/5 Total 7 Ratings |
Developer | kotsuba |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Kotsuba", "background": { "scripts": [ "js\/script.js" ] }, "browser_action": { "default_icon": "icons\/svar.png", "default_popup": "popup.html" }, "description": "\u0422\u043e\u043b\u044c\u043a\u043e \u043d\u043e\u0432\u044b\u0435 \u0441\u0435\u0440\u0438\u0438 \u0432\u0430\u0448\u0438\u0445 \u043b\u044e\u0431\u0438\u043c\u044b\u0445 \u0441\u0435\u0440\u0438\u0430\u043b\u043e\u0432", "icons": { "128": "icons\/svar-72x72.png", "16": "icons\/svar.png", "32": "icons\/svar-72x72.png" }, "manifest_version": 2, "name": "Seasonvar", "permissions": [ "http:\/\/seasonvar.ru\/*", "contextMenus", "notifications", "cookies" ], "short_name": "Seasonvar", "version": "0.1.7" } |