Bad Thing

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

Was ist Bad Thing?

Bad Thing ist eine Chrome-Erweiterung, die von sanoti entwickelt wurde, und ihr Hauptmerkmal ist "A web companion to help translate news articles and posts from NPCs".

Erweiterungsscreenshots

screenshot

Bad Thing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bad Thing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bad Thing Bad Thing
ID eladiogamkdejnecffidaogigdaimglf
Offizielle URL https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf
Beschreibung A web companion to help translate news articles and posts from NPCs
Dateigröße 212 KB
Installationsanzahl 31
Aktuelle Version 0.1.0
Letztes Update 2023-02-05
Veröffentlichungsdatum 2022-09-06
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler sanoti
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/sanoti5896/bad-thing
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}