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
官方網址 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
電子郵箱 [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"
        }
    }
}