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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that shows you the lowest ask of each of your moments, as well as your total collections value"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Topshot Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |