(un)politeBot
a helpful bot that wishes the very best and worst for you
Cos'è (un)politeBot?
(un)politeBot è un'estensione di Chrome sviluppata da MALGOW, e la sua funzione principale è "a helpful bot that wishes the very best and worst for you".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione (un)politeBot
Scarica i file di estensione (un)politeBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lbiljgbdngfccmlpeelfecfcmadlelde |
| URL Ufficiale | https://chromewebstore.google.com/detail/unpolitebot/lbiljgbdngfccmlpeelfecfcmadlelde |
| Descrizione | a helpful bot that wishes the very best and worst for you |
| Dimensione del File | 227 KB |
| Conteggio Installazioni | 241 |
| Versione Corrente | 2 |
| Ultimo Aggiornamento | 2021-12-29 |
| Data di Pubblicazione | 2021-12-13 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | MALGOW |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://malgow.net/(un)politeBot |
| URL della Pagina di Aiuto | https://malgow.net/(un)politeBot |
| Lingue Supportate | 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"
}
} | |