AO3 Kudos-Hits Calculator
Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org
Wat is AO3 Kudos-Hits Calculator?
AO3 Kudos-Hits Calculator is een Chrome-extensie ontwikkeld door claryf, en de belangrijkste functie is "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org".
Extensie Screenshots
Download het CRX-bestand van de extensie AO3 Kudos-Hits Calculator
Download AO3 Kudos-Hits Calculator-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
Adds kudos-per-hits ratio to stats when viewing works on AO3. An additional metric for calculating quality of works when browsing the site.
Basisinformatie over de Extensie
Naam | AO3 Kudos-Hits Calculator |
ID | hghncnlkonolnnfnebkbnginbaijobki |
Officiële URL | https://chromewebstore.google.com/detail/ao3-kudos-hits-calculator/hghncnlkonolnnfnebkbnginbaijobki |
Beschrijving | Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org |
Bestandsgrootte | 943 KB |
Aantal Installaties | 147 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-10-19 |
Publicatiedatum | 2021-03-16 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | claryf |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AO3 Kudos-Hits Calculator", "version": "0.0.3", "description": "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org", "content_scripts": [ { "matches": [ "*:\/\/archiveofourown.org\/*" ], "js": [ "background.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |