PiP Anywhere
Allows activating picture in picture mode from html5 players that block right click
PiP Anywhereとは何ですか?
PiP AnywhereはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Allows activating picture in picture mode from html5 players that block right click」です。
拡張機能のスクリーンショット
PiP Anywhere拡張機能のCRXファイルをダウンロード
PiP Anywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Can be used to activate picture in picture mode for html 5 players that dont allow right click
拡張機能の基本情報
名前 | PiP Anywhere |
ID | lkhcdbmhbdacbjhmdgccgidfifehcjne |
公式URL | https://chromewebstore.google.com/detail/pip-anywhere/lkhcdbmhbdacbjhmdgccgidfifehcjne |
説明 | Allows activating picture in picture mode from html5 players that block right click |
ファイルサイズ | 5.14 KB |
インストール数 | 25 |
現在のバージョン | 1.2 |
最終更新日 | 2019-01-05 |
公開日 | 2019-01-05 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PiP Anywhere", "version": "1.2", "description": "Allows activating picture in picture mode from html5 players that block right click", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/watch\/*", "https:\/\/tiwi.kiwi\/*", "https:\/\/mp4upload.com\/*", "https:\/\/streamango.com\/*" ], "js": [ "content.js" ], "all_frames": true } ] } |