Seasonvar Ads Blocker

Ads blocker for seasonvar

What is Seasonvar Ads Blocker?

Seasonvar Ads Blocker is a Chrome extension developed by ArtemSaribekyan, and its main feature is "Ads blocker for seasonvar".

Extension Screenshots

screenshot

Download Seasonvar Ads Blocker Extension CRX File

Download Seasonvar Ads Blocker 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 Ads blocker is blocking ads on seasonvar.ru                    

Extension Basic Information

Name Seasonvar Ads Blocker Seasonvar Ads Blocker
ID nojfodobinlhinhkipggiahaoolaebgc
Official URL https://chromewebstore.google.com/detail/seasonvar-ads-blocker/nojfodobinlhinhkipggiahaoolaebgc
Description Ads blocker for seasonvar
File Size 43.23 KB
Installation Count 173
Current Version 0.2
Last Updated 2023-06-23
Publish Date 2020-05-05
Rating 5.00/5 Total 2 Ratings
Developer ArtemSaribekyan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/99f1fda2-45c0-4906-b23d-76571ef1ba20
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seasonvar Ads Blocker",
    "version": "0.2",
    "description": "Ads blocker for seasonvar",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png",
        "256": ".\/images\/icon256.png",
        "512": ".\/images\/icon512.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/seasonvar.ru\/*",
        "*:\/\/seasonvar.one\/*",
        "*:\/\/z.cdn.trafficbass.com\/*"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": true
    },
    "author": "Artem Saribekian"
}