Speedrun Site Extensions
Extends speedrun.com to provide more options for the user
Wat is Speedrun Site Extensions?
Speedrun Site Extensions is een Chrome-extensie ontwikkeld door Unlocked, en de belangrijkste functie is "Extends speedrun.com to provide more options for the user".
Extensie Screenshots
Download het CRX-bestand van de extensie Speedrun Site Extensions
Download Speedrun Site Extensions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | inijpjipcpjjnpkomdnpijcepggmbkfi | 
| Officiële URL | https://chromewebstore.google.com/detail/speedrun-site-extensions/inijpjipcpjjnpkomdnpijcepggmbkfi | 
| Beschrijving | Extends speedrun.com to provide more options for the user | 
| Bestandsgrootte | 7.75 KB | 
| Aantal Installaties | 51 | 
| Huidige Versie | 1.0.0 | 
| Laatst Bijgewerkt | 2020-01-16 | 
| Publicatiedatum | 2020-01-11 | 
| Ontwikkelaar | Unlocked | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |