drrr chatbot extension

chatbot extension for drrr.com

drrr chatbot extension là gì?

drrr chatbot extension là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "chatbot extension for drrr.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng drrr chatbot extension

Tải xuống các tệp mở rộng drrr chatbot extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get multiple chatbot functionalities via simple setup on drrr.com.

function list:
- publish customize message, like otoko
- publish welcome message automatically, say hello to new guest!
- white/black list, kick guest in list automatically
- music search/play/playlist/favorite collection
- automatic lock direct message / me message
- event action customization

high customization, make "making your own bot" easier!
welcome to our channel to have some discussion: https://discord.com/invite/cveZZTt 

manual: https://hackmd.io/@nobodyzxc/SkoZau-Qd
---

在 drrr.com 上,
透過簡單設定,
達到多種機器人功能!

功能列表:
- 定時推播自定義訊息,像是 otoko
- 自動送出歡迎詞,當有人進房時,自動打招呼
- 黑/白名單,自動踢出名單成員
- 音樂搜尋/點播/播放清單/收藏清單
- 自動鎖定私訊/小字
- 自定義事件

具高度可自訂性,大大減低使用機器人的門檻。

手冊:https://hackmd.io/@nobodyzxc/SkoZau-Qd
---

v1.2
- opt EventAction UI and more ActionFunction
v1.5
- support sticker, multi-account, friend searching
- tripcode explorer room msg recorder, room keeper
v1.6
- add 2 music src, opt existed src, add black/white list. (update doc, room collapse bug fixed)
v1.7
- fix keep/dm bug
- fix dm bug, fix ban list bug
- ignore case on ban list regex
- fix tripcode copy problem
- use ajax api to control room
- more event like roll/kick/ban ...
- ban list / event action support tripcode (whitelist syntax ambiguity fixed)
- support background, TRPG module
- add traditional-simplified chinese converter
- fix username complete on @
- support tenor and giphy gif api and embed youtube URL automatically
- support embed youtube iframe
- add room guard module                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên drrr chatbot extension drrr chatbot extension
ID fkmpnkcjocenkliehpdhlfbmdmdnokgm
URL Chính Thức https://chromewebstore.google.com/detail/drrr-chatbot-extension/fkmpnkcjocenkliehpdhlfbmdmdnokgm
Mô tả chatbot extension for drrr.com
Kích Thước Tệp 4.1 MB
Số Lần Cài Đặt 342
Phiên Bản Hiện Tại 1.839
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2020-03-21
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển [email protected]
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nobodyzxc/drrr-botext
URL Trang Trợ Giúp https://discord.com/invite/BBCw3UY
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/0aa40a2d-fd06-4ac8-b2a6-1747348c4278
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "drrr chatbot extension",
    "description": "chatbot extension for drrr.com",
    "short_name": "drrrbot",
    "version": "1.839",
    "default_locale": "en",
    "current_locale": "zh",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "\/popup\/index.html"
    },
    "background": {
        "page": "\/background\/index.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/drrr.com\/room\/*"
            ],
            "css": [
                "\/content\/index.css"
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/jquery-3.4.1.min.js",
                "\/js\/jquery.textcomplete.min.js",
                "\/js\/data.min.js",
                "\/js\/data.cn2t.min.js",
                "\/js\/data.t2cn.min.js",
                "\/js\/bundle-browser.min.js",
                "\/lib\/globals.js",
                "\/lib\/format.js",
                "\/content\/ui.js",
                "\/content\/methods.js",
                "\/content\/room.js"
            ]
        },
        {
            "matches": [
                "https:\/\/drrr.com\/lounge\/*"
            ],
            "run_at": "document_start",
            "css": [
                "\/css\/bootstrap.min.css"
            ],
            "js": [
                "\/js\/jquery-3.4.1.min.js",
                "\/js\/bootstrap.min.js",
                "\/lib\/globals.js",
                "\/lib\/format.js",
                "\/content\/lounge.js"
            ]
        },
        {
            "matches": [
                "https:\/\/drrr.com\/"
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/jquery-3.4.1.min.js",
                "\/lib\/globals.js",
                "\/lib\/format.js",
                "\/content\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "\/js\/jquery-3.4.1.min.js",
                "\/lib\/globals.js",
                "\/lib\/format.js",
                "\/content\/chatGPT.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "notifications",
        "*:\/\/drrr.com\/*",
        "*:\/\/tinyurl.com\/*",
        "*:\/\/keeper-cat.fly.dev\/*",
        "*:\/\/link.hhtjim.com\/*",
        "http:\/\/music.163.com\/api\/*",
        "https:\/\/store.line.me\/*",
        "https:\/\/api.telegram.org\/*",
        "https:\/\/api.tenor.com\/*",
        "http:\/\/api.giphy.com\/*",
        "https:\/\/github.com\/*",
        "https:\/\/gitee.com\/*",
        "https:\/\/script.google.com\/*",
        "https:\/\/music.liuzhijin.cn\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "live2d-widget\/*",
        "fonts\/*",
        "setting\/*.mjs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/static.line-scdn.net; object-src 'self'",
    "incognito": "split"
}