Better PiP
Watch your favorite content using Picture-in-Picture
Cos'è Better PiP?
Better PiP è un'estensione di Chrome sviluppata da Linus S, e la sua funzione principale è "Watch your favorite content using Picture-in-Picture".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better PiP
Scarica i file di estensione Better PiP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | nnpikangkapplbfgeniaapbmifpkfomn |
URL Ufficiale | https://chromewebstore.google.com/detail/better-pip/nnpikangkapplbfgeniaapbmifpkfomn |
Descrizione | Watch your favorite content using Picture-in-Picture |
Dimensione del File | 6.18 KB |
Conteggio Installazioni | 126 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2023-06-13 |
Data di Pubblicazione | 2021-05-19 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | Linus S |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |