Spigot Author Stats
Displays information about Spigot authors resource statistics on their resource- and profile page.
Vad är Spigot Author Stats?
Spigot Author Stats är en Chrome-tillägg utvecklad av Benz56, och dess huvudfunktion är "Displays information about Spigot authors resource statistics on their resource- and profile page.".
Tilläggsskärmbilder
Ladda ner Spigot Author Stats-förlängningens CRX-fil
Ladda ner Spigot Author Stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Displays information about Spigot authors resource statistics on their resource- and profile page. Grundläggande Information om Tillägg
| Namn | |
| ID | ipjmecaiijpdikfimojkpionccpkcged |
| Officiell webbadress | https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged |
| Beskrivning | Displays information about Spigot authors resource statistics on their resource- and profile page. |
| Filstorlek | 19.87 KB |
| Antal Installationer | 109 |
| Aktuell Version | 1.4.2 |
| Senast Uppdaterad | 2019-05-17 |
| Publiceringsdatum | 2019-05-17 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Benz56 |
| Betalningssätt | free |
| Stödda Språk | 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
} | |