Speedrun Site Extensions
Extends speedrun.com to provide more options for the user
什么是Speedrun Site Extensions?
Speedrun Site Extensions是由Unlocked开发的Chrome扩展程序,该扩展的主要功能是“Extends speedrun.com to provide more options for the user”。
扩展截图
下载Speedrun Site Extensions扩展crx文件
下载Speedrun Site Extensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |