PiP Anywhere
Allows activating picture in picture mode from html5 players that block right click
Was ist PiP Anywhere?
PiP Anywhere ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Allows activating picture in picture mode from html5 players that block right click".
Erweiterungsscreenshots
PiP Anywhere-Erweiterungs-CRX-Datei herunterladen
Laden Sie PiP Anywhere-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
Can be used to activate picture in picture mode for html 5 players that dont allow right click
Grundlegende Informationen zur Erweiterung
Name | PiP Anywhere |
ID | lkhcdbmhbdacbjhmdgccgidfifehcjne |
Offizielle URL | https://chromewebstore.google.com/detail/pip-anywhere/lkhcdbmhbdacbjhmdgccgidfifehcjne |
Beschreibung | Allows activating picture in picture mode from html5 players that block right click |
Dateigröße | 5.14 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-01-05 |
Veröffentlichungsdatum | 2019-01-05 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PiP Anywhere", "version": "1.2", "description": "Allows activating picture in picture mode from html5 players that block right click", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/watch\/*", "https:\/\/tiwi.kiwi\/*", "https:\/\/mp4upload.com\/*", "https:\/\/streamango.com\/*" ], "js": [ "content.js" ], "all_frames": true } ] } |