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
官方網址 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:\/\/*\/*"
    ]
}