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 |
公式URL | 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 |
Eメール | [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" } } |