(un)politeBot
a helpful bot that wishes the very best and worst for you
Was ist (un)politeBot?
(un)politeBot ist eine Chrome-Erweiterung, die von MALGOW entwickelt wurde, und ihr Hauptmerkmal ist "a helpful bot that wishes the very best and worst for you".
Erweiterungsscreenshots
(un)politeBot-Erweiterungs-CRX-Datei herunterladen
Laden Sie (un)politeBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A bot that will always be there for you when you need them most, a bot that looks out for you, a bot that appraises you, a bot that takes care of your mental health, a bot that loves you. Your newest best-friend!, (un)politeBot :)
...or, with the switch of a button, your greatest enemy. A bot that degrades(???) you, a bot that mocks you, a bot that constantly prays on your downfall, a bot that reminds you of your biggest flaws. Your greatest enemy. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lbiljgbdngfccmlpeelfecfcmadlelde |
| Offizielle URL | https://chromewebstore.google.com/detail/unpolitebot/lbiljgbdngfccmlpeelfecfcmadlelde |
| Beschreibung | a helpful bot that wishes the very best and worst for you |
| Dateigröße | 227 KB |
| Installationsanzahl | 241 |
| Aktuelle Version | 2 |
| Letztes Update | 2021-12-29 |
| Veröffentlichungsdatum | 2021-12-13 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | MALGOW |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://malgow.net/(un)politeBot |
| Hilfeseite URL | https://malgow.net/(un)politeBot |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "(un)politeBot",
"version": "2",
"description": "a helpful bot that wishes the very best and worst for you",
"background": {
"scripts": [
"popup\/(un)politeBot.js"
]
},
"browser_action": {
"default_icon": "icons\/jiggly.png",
"default_title": "(un)polite bot",
"default_popup": "popup\/botPopup.html"
}
} | |