Imgur and Wikipedia Bypass

It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.

Imgur and Wikipedia Bypass là gì?

Imgur and Wikipedia Bypass là một tiện ích mở rộng Chrome được phát triển bởi Burak Saruhan, và tính năng chính của nó là "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Imgur and Wikipedia Bypass

Tải xuống các tệp mở rộng Imgur and Wikipedia Bypass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Imgur and Wikipedia Bypass Imgur and Wikipedia Bypass
ID dimjgeciipdhombbniicdbpejmclfeof
URL Chính Thức https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof
Mô tả It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Kích Thước Tệp 978 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-08-25
Ngày Phát Hành 2019-08-25
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Burak Saruhan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}