Articulate

Get rid of paywall and adblocker popups on websites!

O que é Articulate?

Articulate é uma extensão do Chrome desenvolvida por Woodywoody, e sua principal característica é "Get rid of paywall and adblocker popups on websites!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Articulate

Baixe arquivos de extensão Articulate 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

                        Get rid of paywall and adblocker popups on websites! Simply click on the extension icon and see the magic happen!

Note: This extension work by getting rid of generic popups, but due to the unpredictable nature of how different developers may implement their popup, there will be cases where this extension does not work. It may also impact your browsing experience.                    

Informações Básicas da Extensão

Nome Articulate Articulate
ID nmjelpbdlokcmojoiaalhnbcffnmmgmd
URL Oficial https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd
Descrição Get rid of paywall and adblocker popups on websites!
Tamanho do Arquivo 10.51 KB
Contagem de Instalações 372
Versão Atual 1.2
Última Atualização 2020-09-09
Data de Publicação 2020-09-07
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Woodywoody
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Articulate",
    "version": "1.2",
    "description": "Get rid of paywall and adblocker popups on websites!",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}