Topshot Tracker

An extension that shows you the lowest ask of each of your moments, as well as your total collections value

Cos'è Topshot Tracker?

Topshot Tracker è un'estensione di Chrome sviluppata da Moiz Ahmed, e la sua funzione principale è "An extension that shows you the lowest ask of each of your moments, as well as your total collections value".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Topshot Tracker

Scarica i file di estensione Topshot Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Topshot Tracker Topshot Tracker
ID ighmbomagjleefmocempojajlbadnkgp
URL Ufficiale https://chromewebstore.google.com/detail/topshot-tracker/ighmbomagjleefmocempojajlbadnkgp
Descrizione An extension that shows you the lowest ask of each of your moments, as well as your total collections value
Dimensione del File 13.87 KB
Conteggio Installazioni 36
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-03-12
Data di Pubblicazione 2021-03-12
Sviluppatore Moiz Ahmed
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}