(un)politeBot
a helpful bot that wishes the very best and worst for you
Что такое (un)politeBot?
(un)politeBot - это расширение Chrome, разработанное MALGOW, и его основная функция - "a helpful bot that wishes the very best and worst for you".
Снимки экрана расширения
Скачать файл CRX расширения (un)politeBot
Скачайте файлы расширений (un)politeBot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | (un)politeBot |
ID | lbiljgbdngfccmlpeelfecfcmadlelde |
Официальный URL | https://chromewebstore.google.com/detail/unpolitebot/lbiljgbdngfccmlpeelfecfcmadlelde |
Описание | a helpful bot that wishes the very best and worst for you |
Размер файла | 227 KB |
Количество установок | 241 |
Текущая Версия | 2 |
Последнее Обновление | 2021-12-29 |
Дата публикации | 2021-12-13 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | MALGOW |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://malgow.net/(un)politeBot |
URL страницы помощи | https://malgow.net/(un)politeBot |
Поддерживаемые языки | 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" } } |