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”。
擴展截圖
下載Topshot Tracker擴展crx文件
下載Topshot Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ighmbomagjleefmocempojajlbadnkgp |
官方網址 | 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" } } |