Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Hvad er Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass er en Chrome-udvidelse udviklet af Burak Saruhan, og dens hovedfunktion er "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".
Udvidelsesskærmbilleder
Download Imgur and Wikipedia Bypass-udvidelses-CRX-fil
Download Imgur and Wikipedia Bypass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
Officiel URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Beskrivelse | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
Filstørrelse | 978 KB |
Antal Installationer | 32 |
Nuværende Version | 0.3 |
Senest Opdateret | 2019-08-25 |
Udgivelsesdato | 2019-08-25 |
Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
Udvikler | Burak Saruhan |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |