Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Cos'è Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass è un'estensione di Chrome sviluppata da Burak Saruhan, e la sua funzione principale è "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Imgur and Wikipedia Bypass
Scarica i file di estensione Imgur and Wikipedia Bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
URL Ufficiale | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Descrizione | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
Dimensione del File | 978 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-08-25 |
Data di Pubblicazione | 2019-08-25 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | Burak Saruhan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |