Picture-In-Picture For Chrome

Enable picture in picture for YouTube and Chrome. Best Floating PiP player for YouTube.

Τι είναι το Picture-In-Picture For Chrome;

Το Picture-In-Picture For Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pictureinpictureplugin, και η κύρια λειτουργία του είναι "Enable picture in picture for YouTube and Chrome. Best Floating PiP player for YouTube.".

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

screenshot

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

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

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

                        Install picture in picture extension on Chrome and instantly watch videos in a floating window that stays on top of other windows. Enjoy your favorite shows and movies while you browse the web, work, or chat with friends! 


Key Features of Picture In Picture for Chrome  

Watch videos in a floating window while you use other applications 
Move the video window to your liking 
Supports most popular video sites, including YouTube, Vimeo, and Netflix 
Easy-to-use  
Completely free 

How to Use: 

>>Install the extension 
>>Navigate to a supported video site, such as YouTube or Netflix 
>>Start playing a video 
>>Click the Picture-in-Picture button on the video player  
>>The video will now appear in a floating window on top of other windows 

 
Advantages Of Using PIP Mode On Chrome  

PIP mode has become increasingly popular, and is now available on many web browsers, including Google Chrome. Here are some of the advantages of using PIP extension: 

>>Multi-tasking: You can watch a video while doing other things on your computer, such as browsing the web, checking email, or working on a document. This can help you be more productive by allowing you to multi-task. 

>>Convenience: It is very convenient because it allows you to keep the video, you're watching visible on your screen, even if you switch to another tab or application. You don't have to keep the video player open in a tab or window, which can take up valuable screen real estate. 

>>Flexibility: This extension is supported on many popular video sites, such as YouTube, Netflix, and Vimeo, so you can use it to watch a wide variety of content.  

>>Improved viewing experience: Picture in picture mode can improve your viewing experience by allowing you to watch a video without distraction. You can minimize the video player and still hear the audio, which can be helpful if you want to listen to a podcast or music while you work.                    

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

Όνομα Picture-In-Picture For Chrome Picture-In-Picture For Chrome
ID dopdchianoijndklgjkckfcpdoaabcab
Επίσημο URL https://chromewebstore.google.com/detail/picture-in-picture-for-ch/dopdchianoijndklgjkckfcpdoaabcab
Περιγραφή Enable picture in picture for YouTube and Chrome. Best Floating PiP player for YouTube.
Μέγεθος Αρχείου 41 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-04-09
Ημερομηνία Δημοσίευσης 2023-03-22
Αξιολόγηση 4.10/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής pictureinpictureplugin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "Picture-In-Picture For Chrome",
    "description": "Enable picture in picture for YouTube and Chrome. Best Floating PiP player for YouTube.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "inactive-icons\/inactive_128.png",
            "64": "inactive-icons\/inactive_64.png",
            "32": "inactive-icons\/inactive_32.png",
            "16": "inactive-icons\/inactive_16.png",
            "2000": "inactive-icons\/inactive_2000.png"
        },
        "default_title": "picture-in-picture mode"
    },
    "icons": {
        "128": "inactive-icons\/inactive_128.png",
        "64": "inactive-icons\/inactive_64.png",
        "32": "inactive-icons\/inactive_32.png",
        "16": "inactive-icons\/inactive_16.png",
        "2000": "inactive-icons\/inactive_2000.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "active-icons\/*",
                "inactive-icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}