Imgur and Wikipedia Bypass

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

Co to jest Imgur and Wikipedia Bypass?

Imgur and Wikipedia Bypass to rozszerzenie Chrome opracowane przez Burak Saruhan, a jego główną funkcją jest „It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Imgur and Wikipedia Bypass

Pobierz pliki rozszerzeń Imgur and Wikipedia Bypass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Imgur and Wikipedia Bypass Imgur and Wikipedia Bypass
ID dimjgeciipdhombbniicdbpejmclfeof
Oficjalny URL https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof
Opis It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Rozmiar pliku 978 KB
Liczba instalacji 32
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2019-08-25
Data Publikacji 2019-08-25
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper Burak Saruhan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}