Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Was ist Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass ist eine Chrome-Erweiterung, die von Burak Saruhan entwickelt wurde, und ihr Hauptmerkmal ist "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".
Erweiterungsscreenshots
Imgur and Wikipedia Bypass-Erweiterungs-CRX-Datei herunterladen
Laden Sie Imgur and Wikipedia Bypass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
Offizielle URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Beschreibung | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
Dateigröße | 978 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.3 |
Letztes Update | 2019-08-25 |
Veröffentlichungsdatum | 2019-08-25 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | Burak Saruhan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |