Homestuck Fixer

Applies small fixes to Homestuck's text

Homestuck Fixer क्या है?

Homestuck Fixer ashbc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Applies small fixes to Homestuck's text"।

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

screenshot

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

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

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

                        Homestuck Fixer removes the R-slur from all dialogue, and replaces a character's name with their canon name.                    

एक्सटेंशन की मूल जानकारी

नाम Homestuck Fixer Homestuck Fixer
ID eoibhngiokgmmgendloehbjehaemchni
आधिकारिक URL https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni
विवरण Applies small fixes to Homestuck's text
फ़ाइल का आकार 12.45 KB
स्थापना संख्या 67
वर्तमान संस्करण 0.2
अंतिम अपडेट 2019-10-24
प्रकाशन तिथि 2019-10-24
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर ashbc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ashbc/hsfixer
सहायता पृष्ठ URL https://github.com/ashbc/hsfixer/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Homestuck Fixer",
    "version": "0.2",
    "description": "Applies small fixes to Homestuck's text",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.homestuck.com\/*",
                "*:\/\/*.readmspa.org\/*"
            ],
            "js": [
                "lib\/findAndReplaceDOMText.js",
                "replacements.js",
                "fixer.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}