Picture in Picture

Watch video always in floating window

Τι είναι το Picture in Picture;

Το Picture in Picture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sokotovartur, και η κύρια λειτουργία του είναι "Watch video always in floating window".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Picture in Picture

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

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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

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

Όνομα Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
Επίσημο URL https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
Περιγραφή Watch video always in floating window
Μέγεθος Αρχείου 24.23 KB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2022-01-24
Ημερομηνία Δημοσίευσης 2021-02-24
Αξιολόγηση 3.25/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής sokotovartur
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}