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…

Apa itu Free the Wiki?

Free the Wiki adalah ekstensi Chrome yang dikembangkan oleh Onur Beşli, dan fitur utamanya adalah "Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Free the Wiki

Unduh file ekstensi Free the Wiki dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Free the Wiki Free the Wiki
ID jkhhfiobfgkjkhaamiipbegdpeaoffpm
URL Resmi https://chromewebstore.google.com/detail/free-the-wiki/jkhhfiobfgkjkhaamiipbegdpeaoffpm
Deskripsi Free the Wiki! This extensions sole purpose is to bypass ban of Wikipedia in some countries without a VPN. This extension is…
Ukuran File 61.8 KB
Jumlah Instalasi 59
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-05-24
Tanggal Publikasi 2018-05-24
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Onur Beşli
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}