SeasonVar
This extension check new series on seasonvar.
What is SeasonVar?
SeasonVar is a Chrome extension developed by https://seasonvar.ru, and its main feature is "This extension check new series on seasonvar.".
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
Данное расширение позволяет управлять отметками на сайте seasonvar.ru
Extension Basic Information
Name | SeasonVar |
ID | nabjlccebfffbgmmoadelclcoaflbhnn |
Official URL | https://chromewebstore.google.com/detail/seasonvar/nabjlccebfffbgmmoadelclcoaflbhnn |
Description | This extension check new series on seasonvar. |
File Size | 114 KB |
Installation Count | 10,000 |
Current Version | 0.1.8 |
Last Updated | 2018-07-13 |
Publish Date | 2018-07-13 |
Rating | 4.21/5 Total 141 Ratings |
Developer | https://seasonvar.ru |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SeasonVar", "description": "This extension check new series on seasonvar.", "version": "0.1.8", "permissions": [ "http:\/\/seasonvar.ru\/*", "alarms", "notifications", "storage", "cookies" ], "browser_action": { "default_icon": "assets\/img\/login.ok.png", "default_popup": "popup.html" }, "background": { "scripts": [ "assets\/js\/ext.marks.min.js", "assets\/js\/background.min.js" ] }, "icons": { "128": "assets\/img\/128.png" }, "options_page": "options.html" } |