Twitch Live Sratuke
Vous notifie lorsque Sratuke est en live
Twitch Live Sratukeとは何ですか?
Twitch Live SratukeはJybenによって開発されたChromeの拡張機能で、その主な機能は「Vous notifie lorsque Sratuke est en live」です。
拡張機能のスクリーンショット
Twitch Live Sratuke拡張機能のCRXファイルをダウンロード
Twitch Live Sratuke拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Vous notifie lorsque Sratuke est en live.
拡張機能の基本情報
名前 | Twitch Live Sratuke |
ID | gdhbppdfpgjgbepdbgiaehnobliaakhd |
公式URL | https://chromewebstore.google.com/detail/twitch-live-sratuke/gdhbppdfpgjgbepdbgiaehnobliaakhd |
説明 | Vous notifie lorsque Sratuke est en live |
ファイルサイズ | 169 KB |
インストール数 | 29 |
現在のバージョン | 2.0.4 |
最終更新日 | 2020-05-01 |
公開日 | 2020-05-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Jyben |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Live Sratuke", "description": "Vous notifie lorsque Sratuke est en live", "version": "2.0.4", "browser_action": { "default_popup": "index.html" }, "icons": { "64": "img\/64.png", "128": "img\/128.png" }, "background": { "scripts": [ "js\/twitchalert.js", "js\/background.js" ] }, "permissions": [ "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js object-src 'self'" } |