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…

¿Qué es Creator of Noise?

Creator of Noise es una extensión de Chrome desarrollada por mzozy92, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Creator of Noise

Descarga archivos de extensión Creator of Noise en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
URL Oficial https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Descripción This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Tamaño del Archivo 3.41 KB
Cantidad de Instalaciones 77
Versión Actual 1.0
Última Actualización 2016-04-21
Fecha de Publicación 2016-04-21
Calificación 2.86/5 Total de 7 Calificaciones
Desarrollador mzozy92
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}