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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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