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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    }
}