B9DM Ad Blocker - Hide ads!

Hide B9DM's ads.

What is B9DM Ad Blocker - Hide ads!?

B9DM Ad Blocker - Hide ads! is a Chrome extension developed by 籠しずく, and its main feature is "Hide B9DM's ads.".

Extension Screenshots

screenshot

Download B9DM Ad Blocker - Hide ads! Extension CRX File

Download B9DM Ad Blocker - Hide ads! 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

                        Hide B9DM's ads.                    

Extension Basic Information

Name B9DM Ad Blocker - Hide ads! B9DM Ad Blocker - Hide ads!
ID ameipjlkmpcdaaleombfapgedflkhjoh
Official URL https://chromewebstore.google.com/detail/b9dm-ad-blocker-hide-ads/ameipjlkmpcdaaleombfapgedflkhjoh
Description Hide B9DM's ads.
File Size 26.04 KB
Installation Count 97
Current Version 1.0.1
Last Updated 2017-04-07
Publish Date 2017-04-06
Developer 籠しずく
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Shizuku Kono",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "48": "assets\/icons\/icon48.png",
        "32": "assets\/icons\/icon32.png"
    },
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background\/blocking.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/up.b9dm.com\/*"
            ],
            "css": [
                "content_scripts\/b9dm.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/streamin.to\/*"
            ],
            "css": [
                "content_scripts\/streamin.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ]
}