Spigot Author Stats
Displays information about Spigot authors resource statistics on their resource- and profile page.
What is Spigot Author Stats?
Spigot Author Stats is a Chrome extension developed by Benz56, and its main feature is "Displays information about Spigot authors resource statistics on their resource- and profile page.".
Extension Screenshots
Download Spigot Author Stats Extension CRX File
Download Spigot Author Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Displays information about Spigot authors resource statistics on their resource- and profile page.
Extension Basic Information
Name | Spigot Author Stats |
ID | ipjmecaiijpdikfimojkpionccpkcged |
Official URL | https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged |
Description | Displays information about Spigot authors resource statistics on their resource- and profile page. |
File Size | 19.87 KB |
Installation Count | 109 |
Current Version | 1.4.2 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-17 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Benz56 |
Payment Type | free |
Supported Languages | 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 } |