Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Co je Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass je rozšíření Chrome vyvinuté Burak Saruhan, a jeho hlavní funkcí je „It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Imgur and Wikipedia Bypass
Stáhněte si soubory rozšíření Imgur and Wikipedia Bypass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
Oficiální URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Popis | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
Velikost souboru | 978 KB |
Počet instalací | 32 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2019-08-25 |
Datum Vydání | 2019-08-25 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | Burak Saruhan |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |