ForcePIP
Force a video to play using Picture-in-Picture
Wat is ForcePIP?
ForcePIP is een Chrome-extensie ontwikkeld door https://adamgonen.com, en de belangrijkste functie is "Force a video to play using Picture-in-Picture".
Extensie Screenshots
Download het CRX-bestand van de extensie ForcePIP
Download ForcePIP-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
To activate, press the extension icon on the toolbar. Allows to to play videos using the built in Picture-in-Picture (PIP) that is not usually allowed by video players. Using Picture-in-Picture allows to do other work while still watching almost any video. Free to use and does not collect any data.
Basisinformatie over de Extensie
Naam | ForcePIP |
ID | cgadklekpacccapkencnkjkiofmeipab |
Officiële URL | https://chromewebstore.google.com/detail/forcepip/cgadklekpacccapkencnkjkiofmeipab |
Beschrijving | Force a video to play using Picture-in-Picture |
Bestandsgrootte | 10.05 KB |
Aantal Installaties | 1,279 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-03-25 |
Publicatiedatum | 2020-03-24 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://adamgonen.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://adamgonen.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ForcePIP", "description": "Force a video to play using Picture-in-Picture", "homepage_url": "https:\/\/adamgonen.com", "manifest_version": 2, "version": "1.0.0", "icons": { "128": "icons\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "ForcePIP" }, "permissions": [ "activeTab" ] } |