Some Circus Clown

An extension that replaces 'Ben Carson' with 'some circus clown'

Some Circus Clown क्या है?

Some Circus Clown kathleenburk08 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that replaces 'Ben Carson' with 'some circus clown'"।

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

screenshot

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

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

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

                        An extension that replaces 'Ben Carson' with 'some circus clown'

Version 1.0

Refactored code

Version 0.2

Working code!
Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'.

Version 0.1

Test run, not working                    

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

नाम Some Circus Clown Some Circus Clown
ID iaamcepimkmnknomgcodjeihafpnfhmf
आधिकारिक URL https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf
विवरण An extension that replaces 'Ben Carson' with 'some circus clown'
फ़ाइल का आकार 34.78 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-11-09
प्रकाशन तिथि 2015-11-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर kathleenburk08
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Circus Clown",
    "description": "An extension that replaces 'Ben Carson' with 'some circus clown'",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}