Top Shot Helper

Top Shot Helper

Top Shot Helper क्या है?

Top Shot Helper topshothelper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Top Shot Helper"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Top Shot Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ***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 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\/*"
    ]
}