Top Shot Helper
Top Shot Helper
Top Shot Helperคืออะไร?
Top Shot Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย topshothelper และคุณลักษณะหลักของมันคือ "Top Shot Helper"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Top Shot Helper
ดาวน์โหลดไฟล์ส่วนขยาย Top Shot Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
***UPDATE 02/23/21*** The Chrome Store has a review process that takes multiple days to approve any changes made to an extension. So if the NBA Top Shot website makes a change that breaks this extension, it will be multiple days until a working version is available on the official Chrome Store. That being said, while pending changes are being approved you can find the most up to date version here: https://github.com/recnepsbackwards/top_shot_helper Top Shot Helper sorts listings on NBA Top Shot by price instead of serial number. Lower serial numbers are highlighted by specific colors. Custom colors can be changed in the settings (Windows only). Start making better buying decisions in the marketplace by downloading this extension. Donate a moment to the developer: https://www.nbatopshot.com/user/@spencer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Top Shot Helper |
ID | leojoakcmcfpoaojibhkepbglljbjjjp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/top-shot-helper/leojoakcmcfpoaojibhkepbglljbjjjp |
คำอธิบาย | Top Shot Helper |
ขนาดไฟล์ | 22.92 KB |
จำนวนการติดตั้ง | 1,350 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2021-03-03 |
วันที่เผยแพร่ | 2021-02-03 |
คะแนน | 4.40/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | topshothelper |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Top Shot Helper", "version": "0.0.0.4", "description": "Top Shot Helper", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.nbatopshot.com\/listings\/p2p\/*", "http:\/\/www.nbatopshot.com\/listings\/p2p\/*", "https:\/\/recnepsbackwards.github.io\/*" ], "js": [ "scripts\/content_script.js" ] } ], "permissions": [ "tabs", "activeTab", "storage", "https:\/\/www.nbatopshot.com\/listings\/p2p\/*", "http:\/\/www.nbatopshot.com\/listings\/p2p\/*", "https:\/\/recnepsbackwards.github.io\/*" ] } |