Free the Wiki

Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…

Free the Wikiとは何ですか?

Free the WikiはOnur Beşliによって開発されたChromeの拡張機能で、その主な機能は「Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Free the Wiki拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Free the Wiki!

This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. 

This extension is just a redirector. It finds all the wikipedia.org/... links in your current tab and converts them to 0wikipedia.org/... links. That's all there is to it. 

This extension actually helps you 'obey' the ban in your country by replacing 'unsafe' website links with 'safe' website links. Until they are banned too ofcourse. 

This will only work if you click a link for wikipedia.org. Meaning, it won't redirect you if you enter wikipedia.org/... link directly in your search bar. I may add that feature in the future. Also it may not work on some dynamically generated links too. I only tested this in Turkey, I don't know how other countries ban wkipedia but I assume it's the same. Send me a feedback if it doesn't work in your country, I may find a way for your country too.

DISCLAIMER: I'm not related to wikipedia.org or 0wikipedia.org nor wiki-zero.net. I developed this extension because I was frustrated with VPN or having to enter 0 every time I wanted to go to wikipedia.org.                    

拡張機能の基本情報

名前 Free the Wiki Free the Wiki
ID jkhhfiobfgkjkhaamiipbegdpeaoffpm
公式URL https://chromewebstore.google.com/detail/free-the-wiki/jkhhfiobfgkjkhaamiipbegdpeaoffpm
説明 Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…
ファイルサイズ 61.8 KB
インストール数 59
現在のバージョン 1.0
最終更新日 2018-05-24
公開日 2018-05-24
評価 3.00/5 合計 2 レビュー
開発者 Onur Beşli
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Free the Wiki",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    }
}