Creator of Noise

This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…

O que é Creator of Noise?

Creator of Noise é uma extensão do Chrome desenvolvida por mzozy92, e sua principal característica é "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Creator of Noise

Baixe arquivos de extensão Creator of Noise 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

                        This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using it, all your text will become unreadable signs that will clearly show the ads that a website has.                    

Informações Básicas da Extensão

Nome Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
URL Oficial https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Descrição This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Tamanho do Arquivo 3.41 KB
Contagem de Instalações 77
Versão Atual 1.0
Última Atualização 2016-04-21
Data de Publicação 2016-04-21
Classificação 2.86/5 Total de 7 Avaliações
Desenvolvedor mzozy92
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator of Noise",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "changefont.css"
            ]
        }
    ]
}