Intikam - unblock Wikipedia

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

Intikam - unblock Wikipediaคืออะไร?

Intikam - unblock Wikipedia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PDFmyURL และคุณลักษณะหลักของมันคือ "Intikam lets you browse Wikipedia pages in countries where it's blocked."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Intikam - unblock Wikipedia

ดาวน์โหลดไฟล์ส่วนขยาย Intikam - unblock Wikipedia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}