Bad Thing

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

Qu'est-ce que Bad Thing ?

Bad Thing est une extension Chrome développée par sanoti, et sa fonction principale est "A web companion to help translate news articles and posts from NPCs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bad Thing

Téléchargez les fichiers d'extension Bad Thing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bad Thing Bad Thing
ID eladiogamkdejnecffidaogigdaimglf
URL Officiel https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf
Description A web companion to help translate news articles and posts from NPCs
Taille du Fichier 212 KB
Nombre d'Installations 31
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-02-05
Date de Publication 2022-09-06
Évaluation 4.33/5 Total 3 Évaluations
Développeur sanoti
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sanoti5896/bad-thing
Langues Prises en Charge 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:\/\/*\/*"
    ]
}