No thanks, Cricinfo
Removes the annoying prompt on cricinfo that asks you to add their chrome extension
Τι είναι το No thanks, Cricinfo;
Το No thanks, Cricinfo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MadHat, και η κύρια λειτουργία του είναι "Removes the annoying prompt on cricinfo that asks you to add their chrome extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης No thanks, Cricinfo
Λήψη αρχείων επέκτασης No thanks, Cricinfo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } ] } |