PIP Buddy - Your friendly Picture in Picture

The only Picture in Picture extension you will ever need

Τι είναι το PIP Buddy - Your friendly Picture in Picture;

Το PIP Buddy - Your friendly Picture in Picture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 010pixel, και η κύρια λειτουργία του είναι "The only Picture in Picture extension you will ever need".

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

screenshot
screenshot

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

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

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

                        PIP Buddy: Your friendly Picture in Picture

FEATURES:
- Automatically show Picture in Picture for videos when the tab is changed or toggled to another software

TROUBLESHOOTING:
- In case the extension doesn't work, try again after refreshing the page
- In case the Picture in Picture doesn't start, Just CLICK ANYWHERE in the page.

WHAT IF I SEE A RED CROSS BADGE?
- It means the system requires action from user, so by simply clicking anywhere in the page or clicking the badge will continue the picture in picture.

WHAT DOES THE BADGE ICON MEAN?
- If the icon shows GREEN square in it, it means the Picture in Picture is active
- If the icon shows RED square in it, it means the Picture in Picture is not active

WORKS ON:
- The sites listed in Options page.

By installing this item, you agree to the Terms of Service and Privacy Policy at https://privacy.010pixel.com/chrome/pip-buddy/

Disclaimer: This extension is not affiliated and/or endorsed by any of the sites above and in the screenshots.

Support this extension: https://coffee.010pixel.com

v.1.0.0: (2020/05/31)
- Initial upload

v.1.0.1: (2020/06/02)
- Solved issue of Picture in Picture not starting automatically

v.1.1.0: (2020/06/09)
- Added option to opt-out of Google Analytics                    

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

Όνομα PIP Buddy - Your friendly Picture in Picture PIP Buddy - Your friendly Picture in Picture
ID jddigbonbobbfkgbebpmpffppmgmnnoa
Επίσημο URL https://chromewebstore.google.com/detail/pip-buddy-your-friendly-p/jddigbonbobbfkgbebpmpffppmgmnnoa
Περιγραφή The only Picture in Picture extension you will ever need
Μέγεθος Αρχείου 218 KB
Αριθμός Εγκαταστάσεων 523
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2020-06-20
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής 010pixel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://privacy.010pixel.com/chrome/pip-buddy/
Διεύθυνση URL της Σελίδας Βοήθειας http://privacy.010pixel.com/chrome/pip-buddy/
URL της Σελίδας Πολιτικής Απορρήτου https://privacy.010pixel.com/chrome
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PIP Buddy - Your friendly Picture in Picture",
    "short_name": "PIP Buddy",
    "description": "The only Picture in Picture extension you will ever need",
    "version": "1.1.0",
    "author": "010 Pixel",
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "PIP Buddy"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/meet.google.com\/**-**-**",
                "*:\/\/us04web.zoom.us\/wc\/*\/start",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.erosnow.com\/*",
                "*:\/\/*.ted.com\/talks\/*",
                "*:\/\/vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.metacafe.com\/watch\/*",
                "*:\/\/*.veoh.com\/*",
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/_myapp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}