Imgur and Wikipedia Bypass

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

O que é Imgur and Wikipedia Bypass?

Imgur and Wikipedia Bypass é uma extensão do Chrome desenvolvida por Burak Saruhan, e sua principal característica é "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Imgur and Wikipedia Bypass

Baixe arquivos de extensão Imgur and Wikipedia Bypass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Imgur and Wikipedia Bypass Imgur and Wikipedia Bypass
ID dimjgeciipdhombbniicdbpejmclfeof
URL Oficial https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof
Descrição It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Tamanho do Arquivo 978 KB
Contagem de Instalações 32
Versão Atual 0.3
Última Atualização 2019-08-25
Data de Publicação 2019-08-25
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Burak Saruhan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}