Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

Qu'est-ce que Word Cop ?

Word Cop est une extension Chrome développée par Siraaj Fadoo & Ryan Miles, et sa fonction principale est "Word Cop censors profanity and inappropriate words on the Internet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Word Cop

Téléchargez les fichiers d'extension Word Cop 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

                        Word Cop is a Google Chrome Extension that censors profanity and inappropriate words on the Internet.                    

Informations de Base sur l'Extension

Nom Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
URL Officiel https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
Description Word Cop censors profanity and inappropriate words on the Internet.
Taille du Fichier 21.62 KB
Nombre d'Installations 37
Version Actuelle 1.21
Dernière Mise à Jour 2016-02-01
Date de Publication 2016-02-01
Évaluation 3.67/5 Total 3 Évaluations
Développeur Siraaj Fadoo & Ryan Miles
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Cop",
    "short_name": "Word Cop",
    "description": "Word Cop censors profanity and inappropriate words on the Internet.",
    "version": "1.21",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "",
        "storage",
        "browsingData"
    ],
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "words.json"
    ]
}