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…

What is Free the Wiki?

Free the Wiki is a Chrome extension developed by Onur Beşli, and its main feature is "Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…".

Extension Screenshots

screenshot
screenshot

Download Free the Wiki Extension CRX File

Download Free the Wiki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Free the Wiki Free the Wiki
ID jkhhfiobfgkjkhaamiipbegdpeaoffpm
Official URL https://chromewebstore.google.com/detail/free-the-wiki/jkhhfiobfgkjkhaamiipbegdpeaoffpm
Description Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…
File Size 61.8 KB
Installation Count 59
Current Version 1.0
Last Updated 2018-05-24
Publish Date 2018-05-24
Rating 3.00/5 Total 2 Ratings
Developer Onur Beşli
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}