Picture in Picture
Picture-in-Picture extension for the Chrome browser.
Was ist Picture in Picture?
Picture in Picture ist eine Chrome-Erweiterung, die von Juwan Petty entwickelt wurde, und ihr Hauptmerkmal ist "Picture-in-Picture extension for the Chrome browser.".
Erweiterungsscreenshots
Picture in Picture-Erweiterungs-CRX-Datei herunterladen
Laden Sie Picture in Picture-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
Picture-in-Picture allows web pages to play a video in a little window that stays on top of other windows. This feature is valuable for users that want to continue watching their videos while doing something else. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | meboopjblcjkdmpehioplkgcbopipjmg |
| Offizielle URL | https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg |
| Beschreibung | Picture-in-Picture extension for the Chrome browser. |
| Dateigröße | 7.63 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2019-02-27 |
| Veröffentlichungsdatum | 2019-02-27 |
| Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
| Entwickler | Juwan Petty |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Picture in Picture",
"description": "Picture-in-Picture extension for the Chrome browser.",
"version": "0.2",
"author": "Juwan Petty",
"browser_action": {
"default_icon": {
"16": ".\/icons\/icon-16.png",
"32": ".\/icons\/icon-32.png"
}
},
"icons": {
"16": ".\/icons\/icon-16.png",
"32": ".\/icons\/icon-32.png",
"48": ".\/icons\/icon-48.png",
"96": ".\/icons\/icon-96.png",
"128": ".\/icons\/icon-128.png",
"256": ".\/icons\/icon-256.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
]
} | |