Imgur and Wikipedia Bypass

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

Qu'est-ce que Imgur and Wikipedia Bypass ?

Imgur and Wikipedia Bypass est une extension Chrome développée par Burak Saruhan, et sa fonction principale est "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Imgur and Wikipedia Bypass

Téléchargez les fichiers d'extension Imgur and Wikipedia Bypass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Imgur and Wikipedia Bypass Imgur and Wikipedia Bypass
ID dimjgeciipdhombbniicdbpejmclfeof
URL Officiel https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof
Description It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Taille du Fichier 978 KB
Nombre d'Installations 32
Version Actuelle 0.3
Dernière Mise à Jour 2019-08-25
Date de Publication 2019-08-25
Évaluation 4.83/5 Total 6 Évaluations
Développeur Burak Saruhan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}