Picture in Picture - PiP View
Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
Τι είναι το Picture in Picture - PiP View;
Το Picture in Picture - PiP View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Esteban, και η κύρια λειτουργία του είναι "Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Picture in Picture - PiP View
Λήψη αρχείων επέκτασης Picture in Picture - PiP View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extension helps to view videos in a separate window Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kmdgomolfojpgnieebblfpmccmkekiae |
| Επίσημο URL | https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae |
| Περιγραφή | Watch videos in a floating PiP window (always on top of other windows) even when tab is switched. |
| Μέγεθος Αρχείου | 35.19 KB |
| Αριθμός Εγκαταστάσεων | 19 |
| Τρέχουσα Έκδοση | 0.4.1 |
| Τελευταία Ενημέρωση | 2022-08-20 |
| Ημερομηνία Δημοσίευσης | 2022-08-20 |
| Προγραμματιστής | Esteban |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://pipviewer.com/privacy.html |
| URL της Σελίδας Πολιτικής Απορρήτου | https://pipviewer.com/privacy.html |
| Υποστηριζόμενες Γλώσσες | de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture in Picture - PiP View",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.4.1",
"manifest_version": 3,
"permissions": [
"storage",
"scripting",
"activeTab",
"cookies"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "inta.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"lora.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
"default_icon": {
"16": "pench.png",
"32": "crua.png",
"48": "eata.png",
"64": "gona.png"
}
},
"icons": {
"16": "rata.png",
"32": "lesta.png",
"48": "cerva.png",
"128": "bibo.png"
}
} | |