Better PiP
Watch your favorite content using Picture-in-Picture
什麼是Better PiP?
Better PiP是由Linus S開發的Chrome擴展程式,該擴展的主要功能是“Watch your favorite content using Picture-in-Picture”。
擴展截圖
下載Better PiP擴展crx文件
下載Better PiP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can watch any of your favorite content in Picture in Picture (or PiP). If you only have one monitor, this makes it much easier to watch your content without taking up valuable screen space. It Supports: • YouTube • Twitch • Newgrounds • Tubi • Most Other Sites
擴展基本資訊
名稱 | |
ID | nnpikangkapplbfgeniaapbmifpkfomn |
官方網址 | https://chromewebstore.google.com/detail/better-pip/nnpikangkapplbfgeniaapbmifpkfomn |
簡介 | Watch your favorite content using Picture-in-Picture |
檔案大小 | 6.18 KB |
安裝次數 | 126 |
目前版本 | 0.1.2 |
更新時間 | 2023-06-13 |
上架時間 | 2021-05-19 |
評分 | 3.50/5 共 2 次評分 |
開發者 | Linus S |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better PiP", "description": "Watch your favorite content using Picture-in-Picture", "version": "0.1.2", "icons": { "128": "assets\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "chromeos": "Alt+P", "linux": "Alt+P" } } }, "permissions": [ "activeTab" ], "minimum_chrome_version": "69.0.3483.0", "manifest_version": 2 } |