Intikam - unblock Wikipedia

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

Was ist Intikam - unblock Wikipedia?

Intikam - unblock Wikipedia ist eine Chrome-Erweiterung, die von PDFmyURL entwickelt wurde, und ihr Hauptmerkmal ist "Intikam lets you browse Wikipedia pages in countries where it's blocked.".

Intikam - unblock Wikipedia-Erweiterungs-CRX-Datei herunterladen

Laden Sie Intikam - unblock Wikipedia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Intikam - unblock Wikipedia Intikam - unblock Wikipedia
ID cnidilfbneiialhpkmnogdnljejmghfb
Offizielle URL https://chromewebstore.google.com/detail/intikam-unblock-wikipedia/cnidilfbneiialhpkmnogdnljejmghfb
Beschreibung Intikam lets you browse Wikipedia pages in countries where it's blocked.
Dateigröße 5.68 KB
Installationsanzahl 31
Aktuelle Version 1.0
Letztes Update 2017-08-15
Veröffentlichungsdatum 2017-08-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler PDFmyURL
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://pdfmyurl.com/privacy
Unterstützte Sprachen 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"
        }
    }
}