Bad Thing
A web companion to help translate news articles and posts from NPCs
Bad Thing là gì?
Bad Thing là một tiện ích mở rộng Chrome được phát triển bởi sanoti, và tính năng chính của nó là "A web companion to help translate news articles and posts from NPCs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bad Thing
Tải xuống các tệp mở rộng Bad Thing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | eladiogamkdejnecffidaogigdaimglf |
| URL Chính Thức | https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf |
| Mô tả | A web companion to help translate news articles and posts from NPCs |
| Kích Thước Tệp | 212 KB |
| Số Lần Cài Đặt | 31 |
| Phiên Bản Hiện Tại | 0.1.0 |
| Cập Nhật Lần Cuối | 2023-02-05 |
| Ngày Phát Hành | 2022-09-06 |
| Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
| Nhà Phát Triển | sanoti |
| [email protected] | |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | https://github.com/sanoti5896/bad-thing |
| Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*"
]
} | |