ForcePIP
Force a video to play using Picture-in-Picture
Was ist ForcePIP?
ForcePIP ist eine Chrome-Erweiterung, die von https://adamgonen.com entwickelt wurde, und ihr Hauptmerkmal ist "Force a video to play using Picture-in-Picture".
Erweiterungsscreenshots
ForcePIP-Erweiterungs-CRX-Datei herunterladen
Laden Sie ForcePIP-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cgadklekpacccapkencnkjkiofmeipab |
| Offizielle URL | https://chromewebstore.google.com/detail/forcepip/cgadklekpacccapkencnkjkiofmeipab |
| Beschreibung | Force a video to play using Picture-in-Picture |
| Dateigröße | 10.05 KB |
| Installationsanzahl | 1,279 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2020-03-25 |
| Veröffentlichungsdatum | 2020-03-24 |
| Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
| Entwickler | https://adamgonen.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://adamgonen.com |
| Unterstützte Sprachen | 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"
]
} | |