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
官方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
}