(un)politeBot

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

(un)politeBot란 무엇입니까?

(un)politeBot은(는) MALGOW에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a helpful bot that wishes the very best and worst for you"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

(un)politeBot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 (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"
    }
}