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
公式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
Eメール [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"
    ]
}