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.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Imgur and Wikipedia Bypass Imgur and Wikipedia Bypass
ID dimjgeciipdhombbniicdbpejmclfeof
官方網址 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"
    ]
}