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.                     擴展基本資訊
| 名稱 |   |  
| ID | inijpjipcpjjnpkomdnpijcepggmbkfi | 
| 官方網址 | 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"
    ]
}  |  |