Topshot Tracker
An extension that shows you the lowest ask of each of your moments, as well as your total collections value
Qu'est-ce que Topshot Tracker ?
Topshot Tracker est une extension Chrome développée par Moiz Ahmed, et sa fonction principale est "An extension that shows you the lowest ask of each of your moments, as well as your total collections value".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Topshot Tracker
Téléchargez les fichiers d'extension Topshot Tracker 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
NBA Topshot makes it a lot of fun to collect digital highlights. However, since it is in beta it is missing some key features. One of these features is being able to see how much each of your moments are worth, as well as the total value of your collection right from your "moments" page. Topshot Trackers aim is to do just that, now when you head over to your moments page, you'll see the lowest ask of all of your moments right under their serial number, as well as see the total value of your collection at the top.
Informations de Base sur l'Extension
Nom | Topshot Tracker |
ID | ighmbomagjleefmocempojajlbadnkgp |
URL Officiel | https://chromewebstore.google.com/detail/topshot-tracker/ighmbomagjleefmocempojajlbadnkgp |
Description | An extension that shows you the lowest ask of each of your moments, as well as your total collections value |
Taille du Fichier | 13.87 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-03-12 |
Date de Publication | 2021-03-12 |
Développeur | Moiz Ahmed |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Topshot Tracker", "version": "1.0.1", "description": "An extension that shows you the lowest ask of each of your moments, as well as your total collections value", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "permissions": [ "http:\/\/*.nbatopshot.com\/*", "https:\/\/*.nbatopshot.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.nbatopshot.com\/*", "https:\/\/*.nbatopshot.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Topshot Tracker" } } |