Imgur and Wikipedia Bypass

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

Apa itu Imgur and Wikipedia Bypass?

Imgur and Wikipedia Bypass adalah ekstensi Chrome yang dikembangkan oleh Burak Saruhan, dan fitur utamanya adalah "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Imgur and Wikipedia Bypass

Unduh file ekstensi Imgur and Wikipedia Bypass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Imgur and Wikipedia Bypass Imgur and Wikipedia Bypass
ID dimjgeciipdhombbniicdbpejmclfeof
URL Resmi https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof
Deskripsi It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Ukuran File 978 KB
Jumlah Instalasi 32
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-08-25
Tanggal Publikasi 2019-08-25
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Burak Saruhan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}