PiP (Picture in Picture)
Use picture-in-picture on any site.
Wat is PiP (Picture in Picture)?
PiP (Picture in Picture) is een Chrome-extensie ontwikkeld door stefan, en de belangrijkste functie is "Use picture-in-picture on any site.".
Extensie Screenshots
Download het CRX-bestand van de extensie PiP (Picture in Picture)
Download PiP (Picture in Picture)-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
Use picture-in-picture on any site.
Basisinformatie over de Extensie
Naam | PiP (Picture in Picture) |
ID | bhelklnnfpjkbmogibhibinnmbffinee |
Officiële URL | https://chromewebstore.google.com/detail/pip-picture-in-picture/bhelklnnfpjkbmogibhibinnmbffinee |
Beschrijving | Use picture-in-picture on any site. |
Bestandsgrootte | 6.83 KB |
Aantal Installaties | 372 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-09-01 |
Publicatiedatum | 2020-08-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | stefan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PiP (Picture in Picture)", "version": "1.0", "description": "Use picture-in-picture on any site.", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "scripts": [ "code.js" ], "persistent": false }, "browser_action": [], "icons": { "16": "images\/logo-16-black.png", "48": "images\/logo-48-black.png", "128": "images\/logo-128-black.png" }, "offline_enabled": true } |