Chrome PIP
Activate Picture-in-Picture
Wat is Chrome PIP?
Chrome PIP is een Chrome-extensie ontwikkeld door Liam Newmarch, en de belangrijkste functie is "Activate Picture-in-Picture".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome PIP
Download Chrome 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
A Chrome extension to activate Picture-in-Picture. This is useful in situations where: * The media menu in Chrome is not visible – this is the case with Progressive Web Apps. * The website has set the `disablePictureInPicture` attribute on a video which this extension removes.
Basisinformatie over de Extensie
Naam | Chrome PIP |
ID | jakfcfljbcjkchopdcdbaonfphljgnbp |
Officiële URL | https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp |
Beschrijving | Activate Picture-in-Picture |
Bestandsgrootte | 9.38 KB |
Aantal Installaties | 126 |
Huidige Versie | 2022.01.25 |
Laatst Bijgewerkt | 2022-01-28 |
Publicatiedatum | 2022-01-27 |
Ontwikkelaar | Liam Newmarch |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome PIP", "description": "Activate Picture-in-Picture", "version": "2022.01.25", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Activate Picture-in-Picture" }, "background": { "service_worker": "service_worker.js" }, "icons": { "1024": "\/icons\/1024.png", "512": "\/icons\/512.png", "128": "\/icons\/128.png", "48": "\/icons\/48.png", "32": "\/icons\/32.png", "16": "\/icons\/16.png" } } |