Spigot Author Stats
Displays information about Spigot authors resource statistics on their resource- and profile page.
Qu'est-ce que Spigot Author Stats ?
Spigot Author Stats est une extension Chrome développée par Benz56, et sa fonction principale est "Displays information about Spigot authors resource statistics on their resource- and profile page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spigot Author Stats
Téléchargez les fichiers d'extension Spigot Author Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Displays information about Spigot authors resource statistics on their resource- and profile page.
Informations de Base sur l'Extension
Nom | Spigot Author Stats |
ID | ipjmecaiijpdikfimojkpionccpkcged |
URL Officiel | https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged |
Description | Displays information about Spigot authors resource statistics on their resource- and profile page. |
Taille du Fichier | 19.87 KB |
Nombre d'Installations | 109 |
Version Actuelle | 1.4.2 |
Dernière Mise à Jour | 2019-05-17 |
Date de Publication | 2019-05-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Benz56 |
Type de Paiement | free |
Langues Prises en Charge | 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 } |