Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
什么是Imgur and Wikipedia Bypass?
Imgur and Wikipedia Bypass是由Burak Saruhan开发的Chrome扩展程序,该扩展的主要功能是“It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.”。
扩展截图
下载Imgur and Wikipedia Bypass扩展crx文件
下载Imgur and Wikipedia Bypass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
官方URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
简介 | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
文件大小 | 978 KB |
安装次数 | 32 |
当前版本 | 0.3 |
更新时间 | 2019-08-25 |
上架时间 | 2019-08-25 |
评分 | 4.83/5 共6次评分 |
开发者 | Burak Saruhan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |