Cat Censor

Censor all of the bad words on screen with some =^.^='s

Cos'è Cat Censor?

Cat Censor è un'estensione di Chrome sviluppata da pwmerriman20, e la sua funzione principale è "Censor all of the bad words on screen with some =^.^='s".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cat Censor

Scarica i file di estensione Cat Censor 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

                        Censors all bad words using a cat!                    

Informazioni di Base sull'Estensione

Nome Cat Censor Cat Censor
ID kdhlpdobgiadcnppfelpnhmdnmplklob
URL Ufficiale https://chromewebstore.google.com/detail/cat-censor/kdhlpdobgiadcnppfelpnhmdnmplklob
Descrizione Censor all of the bad words on screen with some =^.^='s
Dimensione del File 15.48 KB
Conteggio Installazioni 11
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-08-20
Data di Pubblicazione 2020-08-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore pwmerriman20
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat Censor",
    "description": "Censor all of the bad words on screen with some =^.^='s",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}