Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Wat is Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass is een Chrome-extensie ontwikkeld door Burak Saruhan, en de belangrijkste functie is "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".
Extensie Screenshots
Download het CRX-bestand van de extensie Imgur and Wikipedia Bypass
Download Imgur and Wikipedia Bypass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
Officiële URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Beschrijving | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
Bestandsgrootte | 978 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-08-25 |
Publicatiedatum | 2019-08-25 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Burak Saruhan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |