Picture-In-Picture for Videos

Watch all kind of videos in Picture-in-Picture mode

Τι είναι το Picture-In-Picture for Videos;

Το Picture-In-Picture for Videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον R & T, και η κύρια λειτουργία του είναι "Watch all kind of videos in Picture-in-Picture mode".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Picture-In-Picture for Videos

Λήψη αρχείων επέκτασης Picture-In-Picture for Videos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ⬇️Easy to set up⬇️:

1. Install and add the extension to Chrome.
2. Play the video🎥, click on the extension icon.
3. The video will be playing in a floating screen on top of other windows.

✨Features ✨

1. Freely browse other sites while playing a video in a pop-up window.
2. Browse other sites while playing a video in a pop-up window.

A mini-video player with which you can keep an eye on what you’re watching while interacting with other sites, or applications.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Picture-In-Picture for Videos Picture-In-Picture for Videos
ID lmijlfkdikhccdhliplohaeogblbamhh
Επίσημο URL https://chromewebstore.google.com/detail/picture-in-picture-for-vi/lmijlfkdikhccdhliplohaeogblbamhh
Περιγραφή Watch all kind of videos in Picture-in-Picture mode
Μέγεθος Αρχείου 7.89 KB
Αριθμός Εγκαταστάσεων 180
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2022-12-13
Ημερομηνία Δημοσίευσης 2022-12-13
Αξιολόγηση 4.86/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής R & T
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "name": "Picture-In-Picture for Videos",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Watch all kind of videos in Picture-in-Picture mode",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Alt+P",
                "linux": "Alt+P",
                "windows": "Alt+P",
                "chromeos": "Alt+P"
            }
        }
    }
}