Spigot Author Stats

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

Apa itu Spigot Author Stats?

Spigot Author Stats adalah ekstensi Chrome yang dikembangkan oleh Benz56, dan fitur utamanya adalah "Displays information about Spigot authors resource statistics on their resource- and profile page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spigot Author Stats

Unduh file ekstensi Spigot Author Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Spigot Author Stats Spigot Author Stats
ID ipjmecaiijpdikfimojkpionccpkcged
URL Resmi https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged
Deskripsi Displays information about Spigot authors resource statistics on their resource- and profile page.
Ukuran File 19.87 KB
Jumlah Instalasi 109
Versi Saat Ini 1.4.2
Terakhir Diperbarui 2019-05-17
Tanggal Publikasi 2019-05-17
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Benz56
Tipe Pembayaran free
Bahasa yang Didukung 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
}