Cat Censor

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

Wat is Cat Censor?

Cat Censor is een Chrome-extensie ontwikkeld door pwmerriman20, en de belangrijkste functie is "Censor all of the bad words on screen with some =^.^='s".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cat Censor

Download Cat Censor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Censors all bad words using a cat!                    

Basisinformatie over de Extensie

Naam Cat Censor Cat Censor
ID kdhlpdobgiadcnppfelpnhmdnmplklob
Officiële URL https://chromewebstore.google.com/detail/cat-censor/kdhlpdobgiadcnppfelpnhmdnmplklob
Beschrijving Censor all of the bad words on screen with some =^.^='s
Bestandsgrootte 15.48 KB
Aantal Installaties 11
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-08-20
Publicatiedatum 2020-08-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar pwmerriman20
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}