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"
}
} | |