Spigot Author Stats

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

什麼是Spigot Author Stats?

Spigot Author Stats是由Benz56開發的Chrome擴展程式,該擴展的主要功能是“Displays information about Spigot authors resource statistics on their resource- and profile page.”。

擴展截圖

screenshot

下載Spigot Author Stats擴展crx文件

下載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
官方網址 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
}