Bad Thing

A web companion to help translate news articles and posts from NPCs

Bad Thing क्या है?

Bad Thing sanoti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A web companion to help translate news articles and posts from NPCs"।

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

screenshot

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

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

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

                        A web companion to help translate news articles and posts from NPCs. Enter your own keywords and enjoy the show!

Source code available here: https://github.com/sanoti5896/bad-thing                    

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

नाम Bad Thing Bad Thing
ID eladiogamkdejnecffidaogigdaimglf
आधिकारिक URL https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf
विवरण A web companion to help translate news articles and posts from NPCs
फ़ाइल का आकार 212 KB
स्थापना संख्या 31
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2023-02-05
प्रकाशन तिथि 2022-09-06
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर sanoti
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sanoti5896/bad-thing
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "32": "icon32.3143ac8f.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "32": "icon32.3143ac8f.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "0.1.0",
    "name": "Bad Thing",
    "description": "A web companion to help translate news articles and posts from NPCs",
    "author": "sanoti",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.1d473d26.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}