Intikam - unblock Wikipedia

Intikam lets you browse Wikipedia pages in countries where it's blocked.

Intikam - unblock Wikipedia란 무엇입니까?

Intikam - unblock Wikipedia은(는) PDFmyURL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Intikam lets you browse Wikipedia pages in countries where it's blocked."입니다.

Intikam - unblock Wikipedia 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Is Wikipedia blocked in your country or location? Then this addon can help!

It automatically circumvents the Wikipedia block so that you can still see the Wikipedia content.

You don't need any VPN / proxy or other complicated thing. Just install this addon and you will notice that you'll get the Wikipedia content. 

The only difference is that you'll see 0wikipedia.org in the wikipedia links instead of wikipedia.org. The 0wikipedia.org is a trusted domain that mirrors the exact WIkiPedia content to prevent censorship and stimulate freedom of speech.                    

확장 프로그램 기본 정보

이름 Intikam - unblock Wikipedia Intikam - unblock Wikipedia
ID cnidilfbneiialhpkmnogdnljejmghfb
공식 URL https://chromewebstore.google.com/detail/intikam-unblock-wikipedia/cnidilfbneiialhpkmnogdnljejmghfb
설명 Intikam lets you browse Wikipedia pages in countries where it's blocked.
파일 크기 5.68 KB
설치 횟수 31
현재 버전 1.0
최근 업데이트 2017-08-15
출시 날짜 2017-08-15
평점 5.00/5 총 1 개의 평점
개발자 PDFmyURL
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pdfmyurl.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Intikam lets you browse Wikipedia pages in countries where it's blocked.",
    "manifest_version": 2,
    "name": "Intikam - unblock Wikipedia",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.wikipedia.org\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/intikam-16.png",
            "32": "icons\/intikam-32.png"
        }
    }
}