URL blocker

URL blocker

What is URL blocker?

URL blocker is a Chrome extension developed by https://www.kotree.com, and its main feature is "URL blocker".

Download URL blocker Extension CRX File

Download URL 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

                        해당 URL이 포함된 요청을 모두 취소.

script 로드를 막을 수 있다.                    

Extension Basic Information

Name URL blocker URL blocker
ID cjbjooklbedommhdidncehmbalddjehe
Official URL https://chromewebstore.google.com/detail/url-blocker/cjbjooklbedommhdidncehmbalddjehe
Description URL blocker
File Size 37.69 KB
Installation Count 69
Current Version 1.1.0
Last Updated 2017-03-16
Publish Date 2017-03-15
Rating 5.00/5 Total 2 Ratings
Developer https://www.kotree.com
Email [email protected]
Payment Type free
Extension Website http://www.kotree.com
Supported Languages en-US
manifest.json
{
    "name": "URL blocker",
    "description": "URL blocker",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Url Blocker"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "func.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "",
        "unlimitedStorage",
        "notifications",
        "storage",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "manifest_version": 2
}