Unblocker

Internet Unblocking Extension.

Qu'est-ce que Unblocker ?

Unblocker est une extension Chrome développée par https://www.proxydns.co, et sa fonction principale est "Internet Unblocking Extension.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Unblocker

Téléchargez les fichiers d'extension Unblocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Unblocker Unblocker
ID jkgoidcneenbbjbncgegpledfdolbodh
URL Officiel https://chromewebstore.google.com/detail/unblocker/jkgoidcneenbbjbncgegpledfdolbodh
Description Internet Unblocking Extension.
Taille du Fichier 21.03 KB
Nombre d'Installations 1,612
Version Actuelle 4.0.2
Dernière Mise à Jour 2022-10-10
Date de Publication 2018-06-25
Évaluation 1.75/5 Total 12 Évaluations
Développeur https://www.proxydns.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.proxydns.co/
URL de la Page d'Aide https://www.proxydns.co/
URL de la Page de Politique de Confidentialité https://www.wipzard.com
Langues Prises en Charge 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"
}