Better CB

Improves the display of chat's room

Better CB là gì?

Better CB là một tiện ích mở rộng Chrome được phát triển bởi YellApps, và tính năng chính của nó là "Improves the display of chat's room".

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

screenshot

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

Tải xuống các tệp mở rộng Better CB 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

                        Better CB modifies and harmonizes the chat rooms to be more readable.

Bug fix:
- tip menu window positioning is always centered now


Features:
- notice and tips take all the larger of the chat to have a more homogeneous display
- a little blue bar is added on left side of room's notice to better separate message and notice
- word "Notice:" is removed for all notice to remove unnecessary text
- tips can be showed less highlighted with only a yellow bar on the left (you can turn it off in extension settings)
- margin are adjusted to harmonise the chat
- scrollbar size is reduced
- link in chat notice are clickable
- external link (like instagram, onlyfans...) can be open without wait 20 seconds or click a second time
- the tip menu are clickable to choose the action you want to tip for
- tip menu can be reduce to not take all the space (reduced by default for broadcaster)
- moderators and broadcaster have a button to send a notice with the price of an action 
- broadcaster can see the total of how many tokens an user has tipped with no display for the user
- broadcasters can access to a window to configure there tip menu during broadcast if they use Better CB App

Many others features and adjustment are coming

If you are broadcaster, for more features, use Better CB App for your live.                    

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

Tên Better CB Better CB
ID jfidmdjgmdmdmhnnkiiblkjijldnndeo
URL Chính Thức https://chrome.google.com/webstore/detail/better-cb/jfidmdjgmdmdmhnnkiiblkjijldnndeo
Mô tả Improves the display of chat's room
Kích Thước Tệp 58.92 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.0.3.4
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2022-11-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển YellApps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better CB",
    "description": "Improves the display of chat's room",
    "version": "0.0.3.4",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chaturbate.com\/",
        "https:\/\/www.twitch.tv\/",
        "https:\/\/www.testbed.cb.dev\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/128.png"
    },
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chaturbate.com\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.testbed.cb.dev\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "jquery.min.js",
                "pretifier.js"
            ]
        }
    ]
}