Speedrun Site Extensions
Extends speedrun.com to provide more options for the user
Vad är Speedrun Site Extensions?
Speedrun Site Extensions är en Chrome-tillägg utvecklad av Unlocked, och dess huvudfunktion är "Extends speedrun.com to provide more options for the user".
Tilläggsskärmbilder
Ladda ner Speedrun Site Extensions-förlängningens CRX-fil
Ladda ner Speedrun Site Extensions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | inijpjipcpjjnpkomdnpijcepggmbkfi | 
| Officiell webbadress | https://chromewebstore.google.com/detail/speedrun-site-extensions/inijpjipcpjjnpkomdnpijcepggmbkfi | 
| Beskrivning | Extends speedrun.com to provide more options for the user | 
| Filstorlek | 7.75 KB | 
| Antal Installationer | 51 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2020-01-16 | 
| Publiceringsdatum | 2020-01-11 | 
| Utvecklare | Unlocked | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
}  |  |