Imgur and Wikipedia Bypass

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

Vad är Imgur and Wikipedia Bypass?

Imgur and Wikipedia Bypass är en Chrome-tillägg utvecklad av Burak Saruhan, och dess huvudfunktion är "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".

Tilläggsskärmbilder

screenshot

Ladda ner Imgur and Wikipedia Bypass-förlängningens CRX-fil

Ladda ner Imgur and Wikipedia Bypass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Imgur and Wikipedia Bypass Imgur and Wikipedia Bypass
ID dimjgeciipdhombbniicdbpejmclfeof
Officiell webbadress https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof
Beskrivning It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Filstorlek 978 KB
Antal Installationer 32
Aktuell Version 0.3
Senast Uppdaterad 2019-08-25
Publiceringsdatum 2019-08-25
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare Burak Saruhan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}