Zen seasonvar.ru
Simple app to hide ad at www.seasonvar.ru
What is Zen seasonvar.ru?
Zen seasonvar.ru is a Chrome extension developed by Pavel Birukov, and its main feature is "Simple app to hide ad at www.seasonvar.ru".
Extension Screenshots
Download Zen seasonvar.ru Extension CRX File
Download Zen seasonvar.ru 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 | Zen seasonvar.ru |
ID | mkfgddohnhmamhidbklpobhmaiemkeac |
Official URL | https://chromewebstore.google.com/detail/zen-seasonvarru/mkfgddohnhmamhidbklpobhmaiemkeac |
Description | Simple app to hide ad at www.seasonvar.ru |
File Size | 36.66 KB |
Installation Count | 95 |
Current Version | 1.3 |
Last Updated | 2014-12-20 |
Publish Date | 2014-12-20 |
Rating | 3.14/5 Total 7 Ratings |
Developer | Pavel Birukov |
Payment Type | free |
Extension Website | https://github.com/r00ger/seasonvar-no-ad |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.3", "permissions": [ "http:\/\/seasonvar.ru\/" ], "content_scripts": [ { "js": [ "jquery-2.1.0.js", "style-insert.js" ], "matches": [ "http:\/\/seasonvar.ru\/*" ] } ], "manifest_version": 2, "icons": { "48": "icon48.png" }, "default_locale": "ru" } |