AO3 Kudos-Hits Calculator
Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org
什么是AO3 Kudos-Hits Calculator?
AO3 Kudos-Hits Calculator是由claryf开发的Chrome扩展程序,该扩展的主要功能是“Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org”。
扩展截图
下载AO3 Kudos-Hits Calculator扩展crx文件
下载AO3 Kudos-Hits Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds kudos-per-hits ratio to stats when viewing works on AO3. An additional metric for calculating quality of works when browsing the site.
扩展基本信息
名称 | AO3 Kudos-Hits Calculator |
ID | hghncnlkonolnnfnebkbnginbaijobki |
官方URL | https://chromewebstore.google.com/detail/ao3-kudos-hits-calculator/hghncnlkonolnnfnebkbnginbaijobki |
简介 | Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org |
文件大小 | 943 KB |
安装次数 | 147 |
当前版本 | 0.0.3 |
更新时间 | 2023-10-19 |
上架时间 | 2021-03-16 |
评分 | 4.50/5 共8次评分 |
开发者 | claryf |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |