Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

Wat is Word Cop?

Word Cop is een Chrome-extensie ontwikkeld door Siraaj Fadoo & Ryan Miles, en de belangrijkste functie is "Word Cop censors profanity and inappropriate words on the Internet.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Word Cop

Download Word Cop-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

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

Basisinformatie over de Extensie

Naam Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
Officiële URL https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
Beschrijving Word Cop censors profanity and inappropriate words on the Internet.
Bestandsgrootte 21.62 KB
Aantal Installaties 37
Huidige Versie 1.21
Laatst Bijgewerkt 2016-02-01
Publicatiedatum 2016-02-01
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Siraaj Fadoo & Ryan Miles
Betalingswijze free
Ondersteunde Talen 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"
    ]
}