Topshot Tracker

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

Topshot Tracker là gì?

Topshot Tracker là một tiện ích mở rộng Chrome được phát triển bởi Moiz Ahmed, và tính năng chính của nó là "An extension that shows you the lowest ask of each of your moments, as well as your total collections value".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Topshot Tracker

Tải xuống các tệp mở rộng Topshot Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Topshot Tracker Topshot Tracker
ID ighmbomagjleefmocempojajlbadnkgp
URL Chính Thức https://chromewebstore.google.com/detail/topshot-tracker/ighmbomagjleefmocempojajlbadnkgp
Mô tả An extension that shows you the lowest ask of each of your moments, as well as your total collections value
Kích Thước Tệp 13.87 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-12
Ngày Phát Hành 2021-03-12
Nhà Phát Triển Moiz Ahmed
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}