Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

Hvad er Word Cop?

Word Cop er en Chrome-udvidelse udviklet af Siraaj Fadoo & Ryan Miles, og dens hovedfunktion er "Word Cop censors profanity and inappropriate words on the Internet.".

Udvidelsesskærmbilleder

screenshot

Download Word Cop-udvidelses-CRX-fil

Download Word Cop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
Officiel URL https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
Beskrivelse Word Cop censors profanity and inappropriate words on the Internet.
Filstørrelse 21.62 KB
Antal Installationer 37
Nuværende Version 1.21
Senest Opdateret 2016-02-01
Udgivelsesdato 2016-02-01
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Siraaj Fadoo & Ryan Miles
Betalingsmetode free
Understøttede Sprog 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"
    ]
}