Spigot Author Stats

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

Was ist Spigot Author Stats?

Spigot Author Stats ist eine Chrome-Erweiterung, die von Benz56 entwickelt wurde, und ihr Hauptmerkmal ist "Displays information about Spigot authors resource statistics on their resource- and profile page.".

Erweiterungsscreenshots

screenshot

Spigot Author Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spigot Author Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Spigot Author Stats Spigot Author Stats
ID ipjmecaiijpdikfimojkpionccpkcged
Offizielle URL https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged
Beschreibung Displays information about Spigot authors resource statistics on their resource- and profile page.
Dateigröße 19.87 KB
Installationsanzahl 109
Aktuelle Version 1.4.2
Letztes Update 2019-05-17
Veröffentlichungsdatum 2019-05-17
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Benz56
Zahlungsart free
Unterstützte Sprachen 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
}