Speedrun Site Extensions
Extends speedrun.com to provide more options for the user
Cos'è Speedrun Site Extensions?
Speedrun Site Extensions è un'estensione di Chrome sviluppata da Unlocked, e la sua funzione principale è "Extends speedrun.com to provide more options for the user".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Speedrun Site Extensions
Scarica i file di estensione Speedrun Site Extensions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Speedrun Site Extensions |
ID | inijpjipcpjjnpkomdnpijcepggmbkfi |
URL Ufficiale | https://chromewebstore.google.com/detail/speedrun-site-extensions/inijpjipcpjjnpkomdnpijcepggmbkfi |
Descrizione | Extends speedrun.com to provide more options for the user |
Dimensione del File | 7.75 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-01-16 |
Data di Pubblicazione | 2020-01-11 |
Sviluppatore | Unlocked |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |