BitClout Plus

BitClout on steroids

BitClout Plus là gì?

BitClout Plus là một tiện ích mở rộng Chrome được phát triển bởi https://bitclout.plus, và tính năng chính của nó là "BitClout on steroids".

Ả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 BitClout Plus

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

                        Browser extension that enhances bitclout.com pages.

BitClout+ is open source: https://github.com/iPaulPro/BitCloutPlus

Things it adds:
✅  15k character post limit 
✅  Edit posts and comments
✅  Username mention autocomplete.
✅  Browse as other users (CloutMask)
✅  Post extra data support
✅  Active indicator
✅  Jumio verification indicator
✅  Follower and coin holder indicators
✅  Coin holder ranks and percentage of supply held
✅  Much, much more!

Things it does not:
❌  Have access to your seed phrase
❌  Make any external web calls outside of bitclout.com
❌  Take any actions on your behalf

For the full list of features, visit the website at https://bitclout.plus                    

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

Tên BitClout Plus BitClout Plus
ID djkhmpkljeampdpgbdjlgmjfeecfhifg
URL Chính Thức https://chromewebstore.google.com/detail/bitclout-plus/djkhmpkljeampdpgbdjlgmjfeecfhifg
Mô tả BitClout on steroids
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 239
Phiên Bản Hiện Tại 0.12.4
Cập Nhật Lần Cuối 2022-04-06
Ngày Phát Hành 2021-05-19
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://bitclout.plus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bitclout.plus
URL Trang Trợ Giúp https://bitclout.com/u/plus
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitClout Plus",
    "description": "BitClout on steroids",
    "version": "0.12.4",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src https:\/\/node.deso.org https:\/\/bitclout.com; object-src 'self'; frame-ancestors 'none';"
    },
    "author": "Paul Burke",
    "homepage_url": "https:\/\/github.com\/iPaulPro\/BitCloutPlus",
    "short_name": "BitClout+",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "omnibox": {
        "keyword": "deso"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bitclout.com\/*",
                "https:\/\/node.deso.org\/*"
            ],
            "js": [
                "vendor\/tribute\/tribute.min.js",
                "vendor\/buffer\/buffer.min.js",
                "vendor\/sweetalert2\/sweetalert2.all.min.js",
                "vendor\/taboverride\/taboverride.min.js",
                "lib\/common.js",
                "lib\/embed.js",
                "lib\/api.js",
                "lib\/nft.js",
                "lib\/post.js",
                "lib\/profile.js",
                "lib\/follow.js",
                "lib\/cloutmask.js",
                "main.js"
            ],
            "css": [
                "vendor\/tribute\/tribute.css",
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/bitclout.com\/*",
                "https:\/\/node.deso.org\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}