🅱️

Replace the letter B with the 🅱️ emoji everywhere.

🅱️ là gì?

🅱️ là một tiện ích mở rộng Chrome được phát triển bởi Daniel Ting, và tính năng chính của nó là "Replace the letter B with the 🅱️ emoji everywhere.".

Ả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 🅱️

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

                        A pretty useless extension, to be honest. Side effects may include making long-form information slightly more interesting as well as completely unreadable, turning toxic comments humorous, and mild to severe 🅱️.

- Can be disabled for one domain by clicking on the extension icon (to enable it only on whitelisted sites, go to chrome://extensions and change the "Site access" option to "On specific sites" on the extension's details page)
- Copying 🅱️-ified text to clipboard will preserve the original text
- Works on content fetched dynamically after initial page load
- Lightning fast even on the heaviest of pages
- Free/libre and open source: zero tracking, telemetry, or phoning home                    

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

Tên 🅱️ 🅱️
ID mkndebmieplndmfbaiekpfcinpbbjngj
URL Chính Thức https://chromewebstore.google.com/detail/%F0%9F%85%B1%EF%B8%8F/mkndebmieplndmfbaiekpfcinpbbjngj
Mô tả Replace the letter B with the 🅱️ emoji everywhere.
Kích Thước Tệp 911 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-04-22
Ngày Phát Hành 2021-04-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Daniel Ting
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DanielZTing/b
URL Trang Trợ Giúp https://github.com/DanielZTing/b/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ud83c\udd71\ufe0f",
    "description": "Replace the letter B with the \ud83c\udd71\ufe0f emoji everywhere.",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "mutation-summary.js",
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": ".\/assets\/b.png"
    }
}