No thanks, Cricinfo

Removes the annoying prompt on cricinfo that asks you to add their chrome extension

No thanks, Cricinfo क्या है?

No thanks, Cricinfo MadHat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the annoying prompt on cricinfo that asks you to add their chrome extension"।

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

screenshot
screenshot

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

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

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

                        Are you constantly annoyed by the little prompt on cricinfo that asks you add their chrome extension?

I am. Everytime I go to cricinfo, by the time I click a link, the prompt appears and ensures that my click takes me to a different page than the one I intended to click.

This extension removes that annoyance. Install and be free of it.

This also removes the ugly black notification that says, "Now you can set your own homepage. Choose from the dropdown below." from the page.

It wil also autoclose the huge video streaming div that shows up every match day.                    

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

नाम No thanks, Cricinfo No thanks, Cricinfo
ID nldkdfdnohojkmompfegmcngbpefdnfd
आधिकारिक URL https://chrome.google.com/webstore/detail/no-thanks-cricinfo/nldkdfdnohojkmompfegmcngbpefdnfd
विवरण Removes the annoying prompt on cricinfo that asks you to add their chrome extension
फ़ाइल का आकार 3.02 KB
स्थापना संख्या 199
वर्तमान संस्करण 1.5.3
अंतिम अपडेट 2013-07-05
प्रकाशन तिथि 2013-07-05
रेटिंग 4.60/5 कुल 10 रेटिंग्स
डेवलपर MadHat
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No thanks, Cricinfo",
    "version": "1.5.3",
    "manifest_version": 2,
    "description": "Removes the annoying prompt on cricinfo that asks you to add their chrome extension",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.espncricinfo.com\/*"
            ],
            "css": [],
            "js": [
                "removechromeprompt.js"
            ],
            "run_at": "document_end"
        }
    ]
}