Leh_TV stream check
This extension checks whether Leh_TV stream is live!
Leh_TV stream checkとは何ですか?
Leh_TV stream checkはpawellehによって開発されたChromeの拡張機能で、その主な機能は「This extension checks whether Leh_TV stream is live!」です。
拡張機能のスクリーンショット
Leh_TV stream check拡張機能のCRXファイルをダウンロード
Leh_TV stream check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Jeżeli nie chcesz przegapić kolejnego streama, to koniecznie zainstaluj tę wtyczkę! Jeżeli klikniecie prawym przyciskiem myszki na zainstalowaną wtyczkę, to wchodząc w opcje macie możliwość ustawienia strony na która ma Was przekierowywać wtyczka. 拡張機能の基本情報
| 名前 | |
| ID | iddineejdjngcemldfpdndoiiljghnmf |
| 公式URL | https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf |
| 説明 | This extension checks whether Leh_TV stream is live! |
| ファイルサイズ | 67.16 KB |
| インストール数 | 284 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2020-01-19 |
| 公開日 | 2020-01-19 |
| 評価 | 5.00/5 合計 10 レビュー |
| 開発者 | pawelleh |
| 支払い方法 | free |
| 対応言語 | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Leh_TV stream check",
"description": "This extension checks whether Leh_TV stream is live!",
"version": "1.3",
"browser_action": {
"default_icon": {
"16": "img\/off16x16.png",
"48": "img\/off48x48.png",
"128": "img\/off128x128.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"16": "img\/on16x16.png",
"48": "img\/on48x48.png",
"128": "img\/on128x128.png"
},
"permissions": [
"activeTab",
"background",
"notifications",
"storage",
"https:\/\/code.jquery.com\/",
"https:\/\/ttv-api.s3.amazonaws.com\/",
"https:\/\/api.twitch.tv\/kraken\/",
"*:\/\/api.leh.tv\/"
],
"content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/ttv-api.s3.amazonaws.com\/; object-src 'self'",
"background": {
"persistent": true,
"page": "bg.html"
}
} | |