TwitchTV PIP Mode
Picture in Picture for Twitch TV
什麼是TwitchTV PIP Mode?
TwitchTV PIP Mode是由초림이開發的Chrome擴展程式,該擴展的主要功能是“Picture in Picture for Twitch TV”。
擴展截圖
下載TwitchTV PIP Mode擴展crx文件
下載TwitchTV PIP Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Picture in Picture for Twitch TV!
You can always the broadcast on your descktop screen with this plug-in!
Just enter the broadcast page, and touch on the plug-in! 擴展基本資訊
| 名稱 | |
| ID | hgkofcnfkalomcloglekemngljnndhfa |
| 官方網址 | https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa |
| 簡介 | Picture in Picture for Twitch TV |
| 檔案大小 | 23.8 KB |
| 安裝次數 | 13,078 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2022-03-05 |
| 上架時間 | 2018-11-06 |
| 評分 | 4.62/5 共 29 次評分 |
| 開發者 | 초림이 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TwitchTV PIP Mode",
"version": "0.0.2",
"manifest_version": 2,
"description": "Picture in Picture for Twitch TV",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"homepage_url": "https:\/\/yuki.kr",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png"
},
"default_title": "PIP!"
},
"permissions": [
"http:\/\/www.twitch.tv\/*",
"https:\/\/www.twitch.tv\/*"
]
} | |