Bad Thing

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

Cos'è Bad Thing?

Bad Thing è un'estensione di Chrome sviluppata da sanoti, e la sua funzione principale è "A web companion to help translate news articles and posts from NPCs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bad Thing

Scarica i file di estensione Bad Thing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bad Thing Bad Thing
ID eladiogamkdejnecffidaogigdaimglf
URL Ufficiale https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf
Descrizione A web companion to help translate news articles and posts from NPCs
Dimensione del File 212 KB
Conteggio Installazioni 31
Versione Corrente 0.1.0
Ultimo Aggiornamento 2023-02-05
Data di Pubblicazione 2022-09-06
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore sanoti
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sanoti5896/bad-thing
Lingue Supportate 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:\/\/*\/*"
    ]
}