(un)politeBot

a helpful bot that wishes the very best and worst for you

Co to jest (un)politeBot?

(un)politeBot to rozszerzenie Chrome opracowane przez MALGOW, a jego główną funkcją jest „a helpful bot that wishes the very best and worst for you”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia (un)politeBot

Pobierz pliki rozszerzeń (un)politeBot 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 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa (un)politeBot (un)politeBot
ID lbiljgbdngfccmlpeelfecfcmadlelde
Oficjalny URL https://chromewebstore.google.com/detail/unpolitebot/lbiljgbdngfccmlpeelfecfcmadlelde
Opis a helpful bot that wishes the very best and worst for you
Rozmiar pliku 227 KB
Liczba instalacji 241
Aktualna Wersja 2
Ostatnia Aktualizacja 2021-12-29
Data Publikacji 2021-12-13
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper MALGOW
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://malgow.net/(un)politeBot
Adres URL Strony Pomocy https://malgow.net/(un)politeBot
Obsługiwane Języki 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"
    }
}