AO3 Kudos-Hits Calculator
Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org
What is AO3 Kudos-Hits Calculator?
AO3 Kudos-Hits Calculator is a Chrome extension developed by claryf, and its main feature is "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org".
Extension Screenshots
Download AO3 Kudos-Hits Calculator Extension CRX File
Download AO3 Kudos-Hits Calculator 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
Adds kudos-per-hits ratio to stats when viewing works on AO3. An additional metric for calculating quality of works when browsing the site.
Extension Basic Information
Name | AO3 Kudos-Hits Calculator |
ID | hghncnlkonolnnfnebkbnginbaijobki |
Official URL | https://chromewebstore.google.com/detail/ao3-kudos-hits-calculator/hghncnlkonolnnfnebkbnginbaijobki |
Description | Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org |
File Size | 943 KB |
Installation Count | 147 |
Current Version | 0.0.3 |
Last Updated | 2023-10-19 |
Publish Date | 2021-03-16 |
Rating | 4.50/5 Total 8 Ratings |
Developer | claryf |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |