(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”。
擴展截圖
下載(un)politeBot擴展crx文件
下載(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. 擴展基本資訊
| 名稱 | |
| ID | lbiljgbdngfccmlpeelfecfcmadlelde |
| 官方網址 | 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"
}
} | |