Speedrun Site Extensions

Extends speedrun.com to provide more options for the user

Speedrun Site Extensions là gì?

Speedrun Site Extensions là một tiện ích mở rộng Chrome được phát triển bởi Unlocked, và tính năng chính của nó là "Extends speedrun.com to provide more options for the user".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speedrun Site Extensions

Tải xuống các tệp mở rộng Speedrun Site Extensions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Speedrun Site Extensions Speedrun Site Extensions
ID inijpjipcpjjnpkomdnpijcepggmbkfi
URL Chính Thức https://chromewebstore.google.com/detail/speedrun-site-extensions/inijpjipcpjjnpkomdnpijcepggmbkfi
Mô tả Extends speedrun.com to provide more options for the user
Kích Thước Tệp 7.75 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-01-16
Ngày Phát Hành 2020-01-11
Nhà Phát Triển Unlocked
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}