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はMax Adamsによって開発されたChromeの拡張機能で、その主な機能は「This extension disables Telegram web messenger from blinking from Telegram Web and 1 notification when a message is received.」です。
拡張機能のスクリーンショット
Disable Blinking Tab Notifications拡張機能のCRXファイルをダウンロード
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |