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
电子邮箱 [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"
        }
    }
}