Spigot Author Stats

Displays information about Spigot authors resource statistics on their resource- and profile page.

ما هو Spigot Author Stats؟

Spigot Author Stats هو إضافة Chrome تم تطويرها بواسطة Benz56، والميزة الرئيسية لها هي "Displays information about Spigot authors resource statistics on their resource- and profile page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Spigot Author Stats

قم بتنزيل ملفات الامتداد Spigot Author Stats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Displays information about Spigot authors resource statistics on their resource- and profile page.                    

معلومات أساسية عن التمديد

الاسم Spigot Author Stats Spigot Author Stats
ID ipjmecaiijpdikfimojkpionccpkcged
عنوان URL الرسمي https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged
الوصف Displays information about Spigot authors resource statistics on their resource- and profile page.
حجم الملف 19.87 KB
عدد التثبيتات 109
النسخة الحالية 1.4.2
آخر تحديث 2019-05-17
تاريخ النشر 2019-05-17
تقييم 5.00/5 مجموع تقييمات 4
المطور Benz56
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spigot Author Stats",
    "version": "1.4.2",
    "description": "Displays information about Spigot authors resource statistics on their resource- and profile page.",
    "permissions": [
        "https:\/\/www.spigotmc.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spigotmc.org\/resources\/authors\/*\/",
                "https:\/\/www.spigotmc.org\/resources\/authors\/*\/*",
                "https:\/\/www.spigotmc.org\/members\/*\/"
            ],
            "js": [
                "table.js",
                "logic.js",
                "stars.js",
                "authorstats.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}