Picture in Picture

Enables Picture in Picture mode on Youtube and other sites on Chrome browser

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

Το Picture in Picture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Picture in Picture, και η κύρια λειτουργία του είναι "Enables Picture in Picture mode on Youtube and other sites on Chrome browser".

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

screenshot
screenshot
screenshot

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

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

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

                        Now stream your favourite movies, series or sports on any tab. Install Picture in Picture chrome extension to enable the floating video. We support this feature on every streaming site. 

Here is how to use Picture in Picture Extension
>>Visit Youtube or any streaming site which plays the video
>>Click on the Picture in Picture extension icon
>>Then it will minimize the video size and keep it in the bottom right corner
>>Now visit any other tab of your choice and the picture in picture will be active anywhere
>>Feel free to drag wherever you want on the screen and you can either increase or decrease the minimized video dimensions

version 2.0.0
>> Now working for videos embedded
>> Added support for dailymotion
>> Added support for Disney+ hotstar

Version 1.0.0
>> Bug fixes on anime-planet and crunchyroll websites                    

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

Όνομα Picture in Picture Picture in Picture
ID hjbbfikgfdpfaabifikbadhgmofabpam
Επίσημο URL https://chromewebstore.google.com/detail/picture-in-picture/hjbbfikgfdpfaabifikbadhgmofabpam
Περιγραφή Enables Picture in Picture mode on Youtube and other sites on Chrome browser
Μέγεθος Αρχείου 6.33 KB
Αριθμός Εγκαταστάσεων 90,182
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2024-01-07
Ημερομηνία Δημοσίευσης 2021-12-26
Αξιολόγηση 4.11/5 Συνολικά 35 Αξιολογήσεις
Προγραμματιστής Picture in Picture
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1KzWrZ1Yvd-fXeFaxFJs1GqeQZpuIB1-uPdi7vL-M3-4/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "2.1.1",
    "description": "Enables Picture in Picture mode on Youtube and other sites on Chrome browser",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "inactive.png"
    },
    "manifest_version": 2
}