Unblocker

Internet Unblocking Extension.

What is Unblocker?

Unblocker is a Chrome extension developed by https://www.proxydns.co, and its main feature is "Internet Unblocking Extension.".

Extension Screenshots

screenshot
screenshot

Download Unblocker Extension CRX File

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

                        Enable a "double-layer" VPN with just one click. 100% free for now.                    

Extension Basic Information

Name Unblocker Unblocker
ID jkgoidcneenbbjbncgegpledfdolbodh
Official URL https://chromewebstore.google.com/detail/unblocker/jkgoidcneenbbjbncgegpledfdolbodh
Description Internet Unblocking Extension.
File Size 21.03 KB
Installation Count 1,612
Current Version 4.0.2
Last Updated 2022-10-10
Publish Date 2018-06-25
Rating 1.75/5 Total 12 Ratings
Developer https://www.proxydns.co
Email [email protected]
Payment Type free
Extension Website https://www.proxydns.co/
Help Page URL https://www.proxydns.co/
Privacy Policy Page URL https://www.wipzard.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/off.png",
        "default_title": "OFF"
    },
    "manifest_version": 2,
    "name": "Unblocker",
    "description": "Internet Unblocking Extension.",
    "permissions": [
        "proxy",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.proxydns.co\/",
            "*:\/\/*.proxydns.co\/*",
            "*:\/\/*.wipzard.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "version": "4.0.2"
}