Bad Thing

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

Wat is Bad Thing?

Bad Thing is een Chrome-extensie ontwikkeld door sanoti, en de belangrijkste functie is "A web companion to help translate news articles and posts from NPCs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bad Thing

Download Bad Thing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bad Thing Bad Thing
ID eladiogamkdejnecffidaogigdaimglf
Officiële URL https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf
Beschrijving A web companion to help translate news articles and posts from NPCs
Bestandsgrootte 212 KB
Aantal Installaties 31
Huidige Versie 0.1.0
Laatst Bijgewerkt 2023-02-05
Publicatiedatum 2022-09-06
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar sanoti
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sanoti5896/bad-thing
Ondersteunde Talen 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:\/\/*\/*"
    ]
}