AO3 Kudos-Hits Calculator

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

AO3 Kudos-Hits Calculator क्या है?

AO3 Kudos-Hits Calculator claryf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to add kudos-per-hits ratio to ArchiveOfOurOwn.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AO3 Kudos-Hits Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}