EarMuffs

EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.

Cos'è EarMuffs?

EarMuffs è un'estensione di Chrome sviluppata da designcouch, e la sua funzione principale è "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EarMuffs

Scarica i file di estensione EarMuffs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome EarMuffs EarMuffs
ID dpadaelgpnkkgkkjepdnibeehagbahmf
URL Ufficiale https://chromewebstore.google.com/detail/earmuffs/dpadaelgpnkkgkkjepdnibeehagbahmf
Descrizione EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.
Dimensione del File 118 KB
Conteggio Installazioni 44
Versione Corrente 0.1
Ultimo Aggiornamento 2014-09-04
Data di Pubblicazione 2014-09-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore designcouch
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EarMuffs",
    "version": "0.1",
    "homepage_url": "http:\/\/www.designcouch.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.",
    "browser_action": {
        "name": "EarMuffs"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "profanity.js"
            ],
            "css": [
                "profanity.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}