Intikam - unblock Wikipedia

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

Intikam - unblock Wikipediaとは何ですか?

Intikam - unblock WikipediaはPDFmyURLによって開発されたChromeの拡張機能で、その主な機能は「Intikam lets you browse Wikipedia pages in countries where it's blocked.」です。

Intikam - unblock Wikipedia拡張機能のCRXファイルをダウンロード

Intikam - unblock Wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Intikam - unblock Wikipedia Intikam - unblock Wikipedia
ID cnidilfbneiialhpkmnogdnljejmghfb
公式URL https://chromewebstore.google.com/detail/intikam-unblock-wikipedia/cnidilfbneiialhpkmnogdnljejmghfb
説明 Intikam lets you browse Wikipedia pages in countries where it's blocked.
ファイルサイズ 5.68 KB
インストール数 31
現在のバージョン 1.0
最終更新日 2017-08-15
公開日 2017-08-15
評価 5.00/5 合計 1 レビュー
開発者 PDFmyURL
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://pdfmyurl.com/privacy
対応言語 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"
        }
    }
}