Wikipedia Ad-Free

Removes the wikipedia donation banner, that pushes the whole page down while reading.

O que é Wikipedia Ad-Free?

Wikipedia Ad-Free é uma extensão do Chrome desenvolvida por helgert.benjamin, e sua principal característica é "Removes the wikipedia donation banner, that pushes the whole page down while reading.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wikipedia Ad-Free

Baixe arquivos de extensão Wikipedia Ad-Free 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

                        You should have a choice whether you want to see the banner or not, especially, when you already made a donation. When something is not working, please let me know, I will try solving the issue right away.

Enjoy Wikipedia! Ad-Free.                    

Informações Básicas da Extensão

Nome Wikipedia Ad-Free Wikipedia Ad-Free
ID igngbiciahbgffickmnfkkbnipdnhplm
URL Oficial https://chromewebstore.google.com/detail/wikipedia-ad-free/igngbiciahbgffickmnfkkbnipdnhplm
Descrição Removes the wikipedia donation banner, that pushes the whole page down while reading.
Tamanho do Arquivo 6.58 KB
Contagem de Instalações 434
Versão Atual 0.0.4
Última Atualização 2015-12-14
Data de Publicação 2015-12-14
Classificação 3.12/5 Total de 17 Avaliações
Desenvolvedor helgert.benjamin
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Ad-Free",
    "description": "Removes the wikipedia donation banner, that pushes the whole page down while reading.",
    "version": "0.0.4",
    "icons": {
        "128": "Logo_W_AdFree_128.png"
    },
    "background": {
        "scripts": [
            "remove_ads.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.wikipedia.org\/"
    ]
}