(un)politeBot
a helpful bot that wishes the very best and worst for you
¿Qué es (un)politeBot?
(un)politeBot es una extensión de Chrome desarrollada por MALGOW, y su función principal es "a helpful bot that wishes the very best and worst for you".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión (un)politeBot
Descarga archivos de extensión (un)politeBot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | (un)politeBot |
ID | lbiljgbdngfccmlpeelfecfcmadlelde |
URL Oficial | https://chromewebstore.google.com/detail/unpolitebot/lbiljgbdngfccmlpeelfecfcmadlelde |
Descripción | a helpful bot that wishes the very best and worst for you |
Tamaño del Archivo | 227 KB |
Cantidad de Instalaciones | 241 |
Versión Actual | 2 |
Última Actualización | 2021-12-29 |
Fecha de Publicación | 2021-12-13 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | MALGOW |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://malgow.net/(un)politeBot |
URL de la Página de Ayuda | https://malgow.net/(un)politeBot |
Idiomas Soportados | 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" } } |