Terrorist to Coward

Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.

Terrorist to Coward क्या है?

Terrorist to Coward Mack Flavelle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them."।

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

screenshot

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

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

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

                        Terrorists are cowards. That is what they should be called.

This chrome extension changes the word terrorist (and variations of) to coward on web pages.                    

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

नाम Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
आधिकारिक URL https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
विवरण Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
फ़ाइल का आकार 36.08 KB
स्थापना संख्या 34
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2016-02-26
प्रकाशन तिथि 2016-02-25
रेटिंग 4.89/5 कुल 19 रेटिंग्स
डेवलपर Mack Flavelle
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrorist to Coward",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}