AO3 Kudos-Hits Calculator

Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org

AO3 Kudos-Hits Calculator là gì?

AO3 Kudos-Hits Calculator là một tiện ích mở rộng Chrome được phát triển bởi claryf, và tính năng chính của nó là "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AO3 Kudos-Hits Calculator

Tải xuống các tệp mở rộng AO3 Kudos-Hits Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds kudos-per-hits ratio to stats when viewing works on AO3. An additional metric for calculating quality of works when browsing the site.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AO3 Kudos-Hits Calculator AO3 Kudos-Hits Calculator
ID hghncnlkonolnnfnebkbnginbaijobki
URL Chính Thức https://chromewebstore.google.com/detail/ao3-kudos-hits-calculator/hghncnlkonolnnfnebkbnginbaijobki
Mô tả Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org
Kích Thước Tệp 943 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-10-19
Ngày Phát Hành 2021-03-16
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển claryf
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}