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"입니다.

확장 프로그램 스크린샷

screenshot

Speedrun Site Extensions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}