Speedrun Site Extensions

Extends speedrun.com to provide more options for the user

Speedrun Site Extensions क्या है?

Speedrun Site Extensions Unlocked द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends speedrun.com to provide more options for the user"।

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

screenshot

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

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

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

                        This is an extension built for a myself and a small group of people. I'm publishing it so that other people can utilize its features if they would find them helpful, but feature requests will mostly be ignored.

Features:
Custom context menu that allows users to filter columns within a leaderboard (e.g. by the platform a player is on) by value.                    

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

नाम Speedrun Site Extensions Speedrun Site Extensions
ID inijpjipcpjjnpkomdnpijcepggmbkfi
आधिकारिक URL https://chromewebstore.google.com/detail/speedrun-site-extensions/inijpjipcpjjnpkomdnpijcepggmbkfi
विवरण Extends speedrun.com to provide more options for the user
फ़ाइल का आकार 7.75 KB
स्थापना संख्या 51
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-01-16
प्रकाशन तिथि 2020-01-11
डेवलपर Unlocked
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedrun Site Extensions",
    "version": "1.0.0",
    "icons": {
        "128": "Icons\/icon.png"
    },
    "description": "Extends speedrun.com to provide more options for the user",
    "author": "Unlocked",
    "permissions": [
        "https:\/\/speedrun.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/speedrun.com\/*",
                "https:\/\/www.speedrun.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "contextmenu.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/*.js"
    ]
}