PIP Prev
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
PIP Prevとは何ですか?
PIP Prevはvideozangによって開発されたChromeの拡張機能で、その主な機能は「When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…」です。
拡張機能のスクリーンショット
PIP Prev拡張機能のCRXファイルをダウンロード
PIP Prev拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous track button on the PIP screen. You have to go back to the original tab to use the prev button. It is very annoying while you are browsing other tabs. With this extension, the player will go back to previous video each time you click it (you'd better to pin it).
拡張機能の基本情報
名前 | PIP Prev |
ID | heahgkbhffmbjlemgdcjnajhkgimmcoj |
公式URL | https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj |
説明 | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous… |
ファイルサイズ | 22.04 KB |
インストール数 | 37 |
現在のバージョン | 0.3 |
最終更新日 | 2020-08-26 |
公開日 | 2020-08-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | videozang |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://youtube-playlist-randomizer.bitbucket.io/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PIP Prev", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/youtube-playlist-randomizer.bitbucket.io\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "background.js" ] } } |