Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
¿Qué es Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass es una extensión de Chrome desarrollada por Burak Saruhan, y su función principal es "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Imgur and Wikipedia Bypass
Descarga archivos de extensión Imgur and Wikipedia Bypass en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
URL Oficial | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Descripción | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
Tamaño del Archivo | 978 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 0.3 |
Última Actualización | 2019-08-25 |
Fecha de Publicación | 2019-08-25 |
Calificación | 4.83/5 Total de 6 Calificaciones |
Desarrollador | Burak Saruhan |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |