Bad Thing
A web companion to help translate news articles and posts from NPCs
What is Bad Thing?
Bad Thing is a Chrome extension developed by sanoti, and its main feature is "A web companion to help translate news articles and posts from NPCs".
Extension Screenshots
Download Bad Thing Extension CRX File
Download Bad Thing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | eladiogamkdejnecffidaogigdaimglf |
| Official URL | https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf |
| Description | A web companion to help translate news articles and posts from NPCs |
| File Size | 212 KB |
| Installation Count | 31 |
| Current Version | 0.1.0 |
| Last Updated | 2023-02-05 |
| Publish Date | 2022-09-06 |
| Rating | 4.33/5 Total 3 Ratings |
| Developer | sanoti |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/sanoti5896/bad-thing |
| Supported Languages | 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:\/\/*\/*"
]
} | |