No thanks, Cricinfo
Removes the annoying prompt on cricinfo that asks you to add their chrome extension
Was ist No thanks, Cricinfo?
No thanks, Cricinfo ist eine Chrome-Erweiterung, die von MadHat entwickelt wurde, und ihr Hauptmerkmal ist "Removes the annoying prompt on cricinfo that asks you to add their chrome extension".
Erweiterungsscreenshots
No thanks, Cricinfo-Erweiterungs-CRX-Datei herunterladen
Laden Sie No thanks, Cricinfo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nldkdfdnohojkmompfegmcngbpefdnfd |
Offizielle URL | https://chrome.google.com/webstore/detail/no-thanks-cricinfo/nldkdfdnohojkmompfegmcngbpefdnfd |
Beschreibung | Removes the annoying prompt on cricinfo that asks you to add their chrome extension |
Dateigröße | 3.02 KB |
Installationsanzahl | 199 |
Aktuelle Version | 1.5.3 |
Letztes Update | 2013-07-05 |
Veröffentlichungsdatum | 2013-07-05 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | MadHat |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |