Speedrun Site Extensions
Extends speedrun.com to provide more options for the user
What is Speedrun Site Extensions?
Speedrun Site Extensions is a Chrome extension developed by Unlocked, and its main feature is "Extends speedrun.com to provide more options for the user".
Extension Screenshots
Download Speedrun Site Extensions Extension CRX File
Download Speedrun Site Extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Speedrun Site Extensions |
ID | inijpjipcpjjnpkomdnpijcepggmbkfi |
Official URL | https://chromewebstore.google.com/detail/speedrun-site-extensions/inijpjipcpjjnpkomdnpijcepggmbkfi |
Description | Extends speedrun.com to provide more options for the user |
File Size | 7.75 KB |
Installation Count | 51 |
Current Version | 1.0.0 |
Last Updated | 2020-01-16 |
Publish Date | 2020-01-11 |
Developer | Unlocked |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |