Disable Blinking Tab Notifications

This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.

Disable Blinking Tab Notifications là gì?

Disable Blinking Tab Notifications là một tiện ích mở rộng Chrome được phát triển bởi Max Adams, và tính năng chính của nó là "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.".

Ả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 Disable Blinking Tab Notifications

Tải xuống các tệp mở rộng Disable Blinking Tab Notifications 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

                        This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.                    

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

Tên Disable Blinking Tab Notifications Disable Blinking Tab Notifications
ID cbifalpnbkfcdiahogledkhdcgknamfp
URL Chính Thức https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp
Mô tả This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
Kích Thước Tệp 34.89 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2020-02-11
Ngày Phát Hành 2020-02-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Max Adams
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/generic
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disable Blinking Tab Notifications",
    "description": "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.",
    "version": "0.0.0.1",
    "permissions": [
        "https:\/\/*.telegram.org\/*"
    ],
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.telegram.org\/*"
            ]
        }
    ]
}