Hide The Scores! (in NBA League Pass)
Hide all scores in the NBA League Pass game page.
Τι είναι το Hide The Scores! (in NBA League Pass);
Το Hide The Scores! (in NBA League Pass) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jorge.silva.jetter, και η κύρια λειτουργία του είναι "Hide all scores in the NBA League Pass game page.".
Λήψη αρχείου CRX της επέκτασης Hide The Scores! (in NBA League Pass)
Λήψη αρχείων επέκτασης Hide The Scores! (in NBA League Pass) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hide all scores in the NBA League Pass game page. It's really annoying watching a game on NBA League Pass and seeing the score at the same time! Specially when the feed is behind and YOU NOW KNOW WHAT GOING TO HAPPEN! Fix all that by just hiding all the scores! This extension only adds one line of CSS to add the scores, so it won't make your pages load any slower or run any code at all.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | adabhlmohojcielbiknhlcmapbidbnkp |
Επίσημο URL | https://chrome.google.com/webstore/detail/hide-the-scores-in-nba-le/adabhlmohojcielbiknhlcmapbidbnkp |
Περιγραφή | Hide all scores in the NBA League Pass game page. |
Μέγεθος Αρχείου | 5.47 KB |
Αριθμός Εγκαταστάσεων | 61 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2017-01-21 |
Ημερομηνία Δημοσίευσης | 2017-01-21 |
Προγραμματιστής | jorge.silva.jetter |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide The Scores! (in NBA League Pass)", "description": "Hide all scores in the NBA League Pass game page.", "manifest_version": 2, "version": "0.0.1", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.nba.com\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/www.nba.com\/*" ] } |