No thanks, Cricinfo
Removes the annoying prompt on cricinfo that asks you to add their chrome extension
Qu'est-ce que No thanks, Cricinfo ?
No thanks, Cricinfo est une extension Chrome développée par MadHat, et sa fonction principale est "Removes the annoying prompt on cricinfo that asks you to add their chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension No thanks, Cricinfo
Téléchargez les fichiers d'extension No thanks, Cricinfo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nldkdfdnohojkmompfegmcngbpefdnfd |
URL Officiel | https://chrome.google.com/webstore/detail/no-thanks-cricinfo/nldkdfdnohojkmompfegmcngbpefdnfd |
Description | Removes the annoying prompt on cricinfo that asks you to add their chrome extension |
Taille du Fichier | 3.02 KB |
Nombre d'Installations | 199 |
Version Actuelle | 1.5.3 |
Dernière Mise à Jour | 2013-07-05 |
Date de Publication | 2013-07-05 |
Évaluation | 4.60/5 Total 10 Évaluations |
Développeur | MadHat |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |