Bad Thing

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

Что такое Bad Thing?

Bad Thing - это расширение Chrome, разработанное sanoti, и его основная функция - "A web companion to help translate news articles and posts from NPCs".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bad Thing

Скачайте файлы расширений Bad Thing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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:\/\/*\/*"
    ]
}