Speedrun Site Extensions

Extends speedrun.com to provide more options for the user

Speedrun Site Extensionsคืออะไร?

Speedrun Site Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unlocked และคุณลักษณะหลักของมันคือ "Extends speedrun.com to provide more options for the user"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speedrun Site Extensions

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}