Chrome PIP
Activate Picture-in-Picture
Was ist Chrome PIP?
Chrome PIP ist eine Chrome-Erweiterung, die von Liam Newmarch entwickelt wurde, und ihr Hauptmerkmal ist "Activate Picture-in-Picture".
Erweiterungsscreenshots
Chrome PIP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome PIP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chrome PIP |
ID | jakfcfljbcjkchopdcdbaonfphljgnbp |
Offizielle URL | https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp |
Beschreibung | Activate Picture-in-Picture |
Dateigröße | 9.38 KB |
Installationsanzahl | 126 |
Aktuelle Version | 2022.01.25 |
Letztes Update | 2022-01-28 |
Veröffentlichungsdatum | 2022-01-27 |
Entwickler | Liam Newmarch |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |