Better PiP
Watch your favorite content using Picture-in-Picture
Wat is Better PiP?
Better PiP is een Chrome-extensie ontwikkeld door Linus S, en de belangrijkste functie is "Watch your favorite content using Picture-in-Picture".
Extensie Screenshots
Download het CRX-bestand van de extensie Better PiP
Download Better PiP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | nnpikangkapplbfgeniaapbmifpkfomn |
Officiële URL | https://chromewebstore.google.com/detail/better-pip/nnpikangkapplbfgeniaapbmifpkfomn |
Beschrijving | Watch your favorite content using Picture-in-Picture |
Bestandsgrootte | 6.18 KB |
Aantal Installaties | 126 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2023-06-13 |
Publicatiedatum | 2021-05-19 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Linus S |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |