Topshot Tracker

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

Topshot Tracker란 무엇입니까?

Topshot Tracker은(는) Moiz Ahmed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that shows you the lowest ask of each of your moments, as well as your total collections value"입니다.

확장 프로그램 스크린샷

screenshot

Topshot Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Topshot Tracker Topshot Tracker
ID ighmbomagjleefmocempojajlbadnkgp
공식 URL https://chromewebstore.google.com/detail/topshot-tracker/ighmbomagjleefmocempojajlbadnkgp
설명 An extension that shows you the lowest ask of each of your moments, as well as your total collections value
파일 크기 13.87 KB
설치 횟수 36
현재 버전 1.0.1
최근 업데이트 2021-03-12
출시 날짜 2021-03-12
개발자 Moiz Ahmed
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}