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 |
Eメール | [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" ] } |