Intikam - unblock Wikipedia
Intikam lets you browse Wikipedia pages in countries where it's blocked.
What is Intikam - unblock Wikipedia?
Intikam - unblock Wikipedia is a Chrome extension developed by PDFmyURL, and its main feature is "Intikam lets you browse Wikipedia pages in countries where it's blocked.".
Download Intikam - unblock Wikipedia Extension CRX File
Download Intikam - unblock Wikipedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Intikam - unblock Wikipedia |
ID | cnidilfbneiialhpkmnogdnljejmghfb |
Official URL | https://chromewebstore.google.com/detail/intikam-unblock-wikipedia/cnidilfbneiialhpkmnogdnljejmghfb |
Description | Intikam lets you browse Wikipedia pages in countries where it's blocked. |
File Size | 5.68 KB |
Installation Count | 31 |
Current Version | 1.0 |
Last Updated | 2017-08-15 |
Publish Date | 2017-08-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | PDFmyURL |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pdfmyurl.com/privacy |
Supported Languages | 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" } } } |