Spigot Author Stats

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

Cos'è Spigot Author Stats?

Spigot Author Stats è un'estensione di Chrome sviluppata da Benz56, e la sua funzione principale è "Displays information about Spigot authors resource statistics on their resource- and profile page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spigot Author Stats

Scarica i file di estensione Spigot Author Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Spigot Author Stats Spigot Author Stats
ID ipjmecaiijpdikfimojkpionccpkcged
URL Ufficiale https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged
Descrizione Displays information about Spigot authors resource statistics on their resource- and profile page.
Dimensione del File 19.87 KB
Conteggio Installazioni 109
Versione Corrente 1.4.2
Ultimo Aggiornamento 2019-05-17
Data di Pubblicazione 2019-05-17
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Benz56
Tipo di Pagamento free
Lingue Supportate 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
}