Bad Thing
A web companion to help translate news articles and posts from NPCs
Co to jest Bad Thing?
Bad Thing to rozszerzenie Chrome opracowane przez sanoti, a jego główną funkcją jest „A web companion to help translate news articles and posts from NPCs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bad Thing
Pobierz pliki rozszerzeń Bad Thing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eladiogamkdejnecffidaogigdaimglf |
| Oficjalny URL | https://chromewebstore.google.com/detail/bad-thing/eladiogamkdejnecffidaogigdaimglf |
| Opis | A web companion to help translate news articles and posts from NPCs |
| Rozmiar pliku | 212 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 0.1.0 |
| Ostatnia Aktualizacja | 2023-02-05 |
| Data Publikacji | 2022-09-06 |
| Ocena | 4.33/5 Łącznie 3 Oceny |
| Deweloper | sanoti |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/sanoti5896/bad-thing |
| Obsługiwane Języki | 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:\/\/*\/*"
]
} | |