Bad Thing

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

什么是Bad Thing?

Bad Thing是由sanoti开发的Chrome扩展程序,该扩展的主要功能是“A web companion to help translate news articles and posts from NPCs”。

扩展截图

screenshot

下载Bad Thing扩展crx文件

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