PiP Anywhere
Allows activating picture in picture mode from html5 players that block right click
Wat is PiP Anywhere?
PiP Anywhere is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Allows activating picture in picture mode from html5 players that block right click".
Extensie Screenshots
Download het CRX-bestand van de extensie PiP Anywhere
Download PiP Anywhere-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
Can be used to activate picture in picture mode for html 5 players that dont allow right click
Basisinformatie over de Extensie
Naam | PiP Anywhere |
ID | lkhcdbmhbdacbjhmdgccgidfifehcjne |
Officiële URL | https://chromewebstore.google.com/detail/pip-anywhere/lkhcdbmhbdacbjhmdgccgidfifehcjne |
Beschrijving | Allows activating picture in picture mode from html5 players that block right click |
Bestandsgrootte | 5.14 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-01-05 |
Publicatiedatum | 2019-01-05 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |