Spigot Author Stats
Displays information about Spigot authors resource statistics on their resource- and profile page.
Wat is Spigot Author Stats?
Spigot Author Stats is een Chrome-extensie ontwikkeld door Benz56, en de belangrijkste functie is "Displays information about Spigot authors resource statistics on their resource- and profile page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spigot Author Stats
Download Spigot Author Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Displays information about Spigot authors resource statistics on their resource- and profile page.
Basisinformatie over de Extensie
Naam | Spigot Author Stats |
ID | ipjmecaiijpdikfimojkpionccpkcged |
Officiële URL | https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged |
Beschrijving | Displays information about Spigot authors resource statistics on their resource- and profile page. |
Bestandsgrootte | 19.87 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.4.2 |
Laatst Bijgewerkt | 2019-05-17 |
Publicatiedatum | 2019-05-17 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Benz56 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |