Top Shot Toolkit

Simple toolkit to help inform decisions when buying Moments.

Top Shot Toolkit क्या है?

Top Shot Toolkit edaniszewskiextdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple toolkit to help inform decisions when buying Moments."।

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

screenshot
screenshot

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

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

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

                        This toolkit aims to provide additional utility and improvements to enable you to make more informed decisions on whether a Moment is worth buying. Any tooling, charting, and utility otherwise provided by this extension does not constitute advice on whether you should buy or sell a Moment; it aims only to give you more context to make your own decision.

Features:
• Uses the same design and styling as the top shot website
• Disable autoplaying videos on "packs" page for easier readability
• Visually plot a Moment's Ask prices, recent sales, and top 3 sales as a visual aid in decision making
• Sort Moments by serial number or ask price
• "Bookmark" other users for easier access to friends' profiles

Like the extension? Consider donating a Moment to the author: @who_is_lebron_jame                    

एक्सटेंशन की मूल जानकारी

नाम Top Shot Toolkit Top Shot Toolkit
ID nhiijiajgkhdnggjnamiijohbbelagjj
आधिकारिक URL https://chromewebstore.google.com/detail/top-shot-toolkit/nhiijiajgkhdnggjnamiijohbbelagjj
विवरण Simple toolkit to help inform decisions when buying Moments.
फ़ाइल का आकार 199 KB
स्थापना संख्या 354
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2021-03-17
प्रकाशन तिथि 2021-02-27
रेटिंग 4.10/5 कुल 10 रेटिंग्स
डेवलपर edaniszewskiextdev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/edaniszewski/topshot-toolkit
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top Shot Toolkit",
    "version": "0.3.1",
    "description": "Simple toolkit to help inform decisions when buying Moments.",
    "manifest_version": 2,
    "icons": {
        "16": "src\/icons\/icon_16.png",
        "24": "src\/icons\/icon_24.png",
        "32": "src\/icons\/icon_32.png",
        "48": "src\/icons\/icon_48.png",
        "64": "src\/icons\/icon_64.png",
        "128": "src\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "src\/html\/popup.html",
        "default_title": "Top Shot Toolkit",
        "default_icon": {
            "128": "src\/icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "src\/js\/vendored\/chart-2.9.4.min.js",
                "src\/js\/common.js",
                "src\/js\/nav.js",
                "src\/js\/user.js",
                "src\/js\/packs.js",
                "src\/js\/moments.js",
                "src\/js\/dispatch.js"
            ],
            "matches": [
                "*:\/\/*.nbatopshot.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "src\/img\/following.svg",
        "src\/img\/plus-sign-hollow.svg",
        "src\/img\/minus-sign-hollow.svg"
    ],
    "permissions": [
        "webNavigation",
        "storage"
    ]
}