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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bad Thing
قم بتنزيل ملفات الامتداد Bad Thing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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:\/\/*\/*"
]
} | |