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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}