Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
What is Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass is a Chrome extension developed by Burak Saruhan, and its main feature is "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".
Extension Screenshots
Download Imgur and Wikipedia Bypass Extension CRX File
Download Imgur and Wikipedia Bypass 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
It is used primarily to bypass the blocking of Wikipedia, Imgur and Pastebin in Turkey. It uses the portals Zwikipedia, Imgurp and Pastebinp to bypass. No additional VPN etc. will be used, and so this is fully legal. It is open source, and you can see the code for yourself here; https://github.com/buraksaruhan/ImgurWikiExtension
Extension Basic Information
Name | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
Official URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Description | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
File Size | 978 KB |
Installation Count | 32 |
Current Version | 0.3 |
Last Updated | 2019-08-25 |
Publish Date | 2019-08-25 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Burak Saruhan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgur and Wikipedia Bypass", "description": "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.", "version": "0.3", "author": "Burak Saruhan", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |