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คืออะไร?

Disable Blinking Tab Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Adams และคุณลักษณะหลักของมันคือ "This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Blinking Tab Notifications

ดาวน์โหลดไฟล์ส่วนขยาย Disable Blinking Tab Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Disable Blinking Tab Notifications Disable Blinking Tab Notifications
ID cbifalpnbkfcdiahogledkhdcgknamfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-blinking-tab-noti/cbifalpnbkfcdiahogledkhdcgknamfp
คำอธิบาย This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.
ขนาดไฟล์ 34.89 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2020-02-11
วันที่เผยแพร่ 2020-02-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Max Adams
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/generic
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}