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
}