Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

Word Cop क्या है?

Word Cop Siraaj Fadoo & Ryan Miles द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Word Cop censors profanity and inappropriate words on the Internet."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word Cop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
आधिकारिक URL https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
विवरण Word Cop censors profanity and inappropriate words on the Internet.
फ़ाइल का आकार 21.62 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.21
अंतिम अपडेट 2016-02-01
प्रकाशन तिथि 2016-02-01
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Siraaj Fadoo & Ryan Miles
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}