Intikam - unblock Wikipedia

Intikam lets you browse Wikipedia pages in countries where it's blocked.

Qu'est-ce que Intikam - unblock Wikipedia ?

Intikam - unblock Wikipedia est une extension Chrome développée par PDFmyURL, et sa fonction principale est "Intikam lets you browse Wikipedia pages in countries where it's blocked.".

Télécharger le fichier CRX de l'extension Intikam - unblock Wikipedia

Téléchargez les fichiers d'extension Intikam - unblock Wikipedia 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

                        Is Wikipedia blocked in your country or location? Then this addon can help!

It automatically circumvents the Wikipedia block so that you can still see the Wikipedia content.

You don't need any VPN / proxy or other complicated thing. Just install this addon and you will notice that you'll get the Wikipedia content. 

The only difference is that you'll see 0wikipedia.org in the wikipedia links instead of wikipedia.org. The 0wikipedia.org is a trusted domain that mirrors the exact WIkiPedia content to prevent censorship and stimulate freedom of speech.                    

Informations de Base sur l'Extension

Nom Intikam - unblock Wikipedia Intikam - unblock Wikipedia
ID cnidilfbneiialhpkmnogdnljejmghfb
URL Officiel https://chromewebstore.google.com/detail/intikam-unblock-wikipedia/cnidilfbneiialhpkmnogdnljejmghfb
Description Intikam lets you browse Wikipedia pages in countries where it's blocked.
Taille du Fichier 5.68 KB
Nombre d'Installations 31
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-15
Date de Publication 2017-08-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur PDFmyURL
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pdfmyurl.com/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Intikam lets you browse Wikipedia pages in countries where it's blocked.",
    "manifest_version": 2,
    "name": "Intikam - unblock Wikipedia",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.wikipedia.org\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/intikam-16.png",
            "32": "icons\/intikam-32.png"
        }
    }
}