Chrome PIP
Activate Picture-in-Picture
什麼是Chrome PIP?
Chrome PIP是由Liam Newmarch開發的Chrome擴展程式,該擴展的主要功能是“Activate Picture-in-Picture”。
擴展截圖
下載Chrome PIP擴展crx文件
下載Chrome PIP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Chrome extension to activate Picture-in-Picture. This is useful in situations where: * The media menu in Chrome is not visible – this is the case with Progressive Web Apps. * The website has set the `disablePictureInPicture` attribute on a video which this extension removes.
擴展基本資訊
名稱 | Chrome PIP |
ID | jakfcfljbcjkchopdcdbaonfphljgnbp |
官方網址 | https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp |
簡介 | Activate Picture-in-Picture |
檔案大小 | 9.38 KB |
安裝次數 | 126 |
目前版本 | 2022.01.25 |
更新時間 | 2022-01-28 |
上架時間 | 2022-01-27 |
開發者 | Liam Newmarch |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome PIP", "description": "Activate Picture-in-Picture", "version": "2022.01.25", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Activate Picture-in-Picture" }, "background": { "service_worker": "service_worker.js" }, "icons": { "1024": "\/icons\/1024.png", "512": "\/icons\/512.png", "128": "\/icons\/128.png", "48": "\/icons\/48.png", "32": "\/icons\/32.png", "16": "\/icons\/16.png" } } |