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 |
官方網址 | 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" } } |