Spigot Author Stats
Displays information about Spigot authors resource statistics on their resource- and profile page.
Hvad er Spigot Author Stats?
Spigot Author Stats er en Chrome-udvidelse udviklet af Benz56, og dens hovedfunktion er "Displays information about Spigot authors resource statistics on their resource- and profile page.".
Udvidelsesskærmbilleder
Download Spigot Author Stats-udvidelses-CRX-fil
Download Spigot Author Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Displays information about Spigot authors resource statistics on their resource- and profile page.
Grundlæggende oplysninger om udvidelsen
Navn | Spigot Author Stats |
ID | ipjmecaiijpdikfimojkpionccpkcged |
Officiel URL | https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged |
Beskrivelse | Displays information about Spigot authors resource statistics on their resource- and profile page. |
Filstørrelse | 19.87 KB |
Antal Installationer | 109 |
Nuværende Version | 1.4.2 |
Senest Opdateret | 2019-05-17 |
Udgivelsesdato | 2019-05-17 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Benz56 |
Betalingsmetode | free |
Understøttede Sprog | 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 } |