Cat Censor

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

Qu'est-ce que Cat Censor ?

Cat Censor est une extension Chrome développée par pwmerriman20, et sa fonction principale est "Censor all of the bad words on screen with some =^.^='s".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cat Censor

Téléchargez les fichiers d'extension Cat Censor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Censors all bad words using a cat!                    

Informations de Base sur l'Extension

Nom Cat Censor Cat Censor
ID kdhlpdobgiadcnppfelpnhmdnmplklob
URL Officiel https://chromewebstore.google.com/detail/cat-censor/kdhlpdobgiadcnppfelpnhmdnmplklob
Description Censor all of the bad words on screen with some =^.^='s
Taille du Fichier 15.48 KB
Nombre d'Installations 11
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-08-20
Date de Publication 2020-08-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur pwmerriman20
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}