No thanks, Cricinfo

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

Cos'è No thanks, Cricinfo?

No thanks, Cricinfo è un'estensione di Chrome sviluppata da MadHat, e la sua funzione principale è "Removes the annoying prompt on cricinfo that asks you to add their chrome extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione No thanks, Cricinfo

Scarica i file di estensione No thanks, Cricinfo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome No thanks, Cricinfo No thanks, Cricinfo
ID nldkdfdnohojkmompfegmcngbpefdnfd
URL Ufficiale https://chrome.google.com/webstore/detail/no-thanks-cricinfo/nldkdfdnohojkmompfegmcngbpefdnfd
Descrizione Removes the annoying prompt on cricinfo that asks you to add their chrome extension
Dimensione del File 3.02 KB
Conteggio Installazioni 199
Versione Corrente 1.5.3
Ultimo Aggiornamento 2013-07-05
Data di Pubblicazione 2013-07-05
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore MadHat
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}