Elli PiP

Elli PiP lets you watch videos anywhere on your desktop in a separate convenient window.

Τι είναι το Elli PiP;

Το Elli PiP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pawasmakaroiv, και η κύρια λειτουργία του είναι "Elli PiP lets you watch videos anywhere on your desktop in a separate convenient window.".

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

screenshot
screenshot
screenshot

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

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

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

                        You`ll be satisfied by this absolutely free but so useful extension. Picture-in-picture will be always on top and you can continue browsing the web, working, whatever. Picture-in-picture is simple and easy-to-use addon for chrome browser. Just open the tab with a video you want to watch and click on the extension icon in chrome toolbar. Floating video window will be open immediately and you can place it wherever you want. Picture in picture extension for chrome browser will definitely improve your browsing and bring something special to everyday routine. Of course you can pause the video in the window that appeared and return to the source tab just by clicking on the window. Just one click and you can use the picture in picture whenever you want. We want you to help us to improve pic-in-pic extension so feel free to leave a comment and don`t forget to share pic-in-pic with your friends. PiP mode allows you to watch any video over the tab in pop up window. You can enable PiP and watch web videos in a popup/floating window. Floating video extension is pretty easy to use and it doesn`t weigh a lot. Imagine how cool is that to be able to do two things at once. Help us to improve our floating video extension and leave your comment or request.                    

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

Όνομα Elli PiP Elli PiP
ID ihfbkckbgcpdegdemkocphjcnklgnbcf
Επίσημο URL https://chromewebstore.google.com/detail/elli-pip/ihfbkckbgcpdegdemkocphjcnklgnbcf
Περιγραφή Elli PiP lets you watch videos anywhere on your desktop in a separate convenient window.
Μέγεθος Αρχείου 42.04 KB
Αριθμός Εγκαταστάσεων 167
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-01-23
Ημερομηνία Δημοσίευσης 2021-08-30
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής pawasmakaroiv
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "__MSG_name__",
    "description": "Elli PiP lets you watch videos anywhere on your desktop in a separate convenient window.",
    "default_locale": "en",
    "icons": {
        "128": "views\/img\/logo-d.png"
    },
    "background": {
        "page": "views\/index.html"
    },
    "browser_action": [],
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "views\/img\/*.png"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "views\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}