unblocker

unblocker

What is unblocker?

unblocker is a Chrome extension developed by Spring, and its main feature is "unblocker".

Extension Screenshots

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

                        a tools using vpn to access blocked sites.                    

Extension Basic Information

Name unblocker unblocker
ID dcknjolmcfdooafcfipdkmnofdiiogma
Official URL https://chromewebstore.google.com/detail/unblocker/dcknjolmcfdooafcfipdkmnofdiiogma
Description unblocker
File Size 819 KB
Installation Count 3,088
Current Version 24.2.27
Last Updated 2024-02-27
Publish Date 2013-11-01
Rating 3.80/5 Total 264 Ratings
Developer Spring
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "24.2.27",
    "default_locale": "en",
    "icons": {
        "16": "asset\/earth-gray.png",
        "32": "asset\/earth-gray.png",
        "48": "asset\/earth-gray.png",
        "128": "asset\/earth-gray.png"
    },
    "permissions": [
        "storage",
        "proxy",
        "webRequest",
        "webRequestAuthProvider",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "page\/default-popup.html",
        "default_icon": "asset\/earth-gray.png"
    },
    "background": {
        "service_worker": "javascript\/background.js"
    }
}