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…

¿Qué es Free the Wiki?

Free the Wiki es una extensión de Chrome desarrollada por Onur Beşli, y su función principal es "Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Free the Wiki

Descarga archivos de extensión Free the Wiki en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Free the Wiki Free the Wiki
ID jkhhfiobfgkjkhaamiipbegdpeaoffpm
URL Oficial https://chromewebstore.google.com/detail/free-the-wiki/jkhhfiobfgkjkhaamiipbegdpeaoffpm
Descripción Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…
Tamaño del Archivo 61.8 KB
Cantidad de Instalaciones 59
Versión Actual 1.0
Última Actualización 2018-05-24
Fecha de Publicación 2018-05-24
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Onur Beşli
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}