Picture-in-Picture for Youtube

Activates the Picture-in-Picture button and other useful features.

Was ist Picture-in-Picture for Youtube?

Picture-in-Picture for Youtube ist eine Chrome-Erweiterung, die von Super Zombi entwickelt wurde, und ihr Hauptmerkmal ist "Activates the Picture-in-Picture button and other useful features.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Picture-in-Picture for Youtube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Picture-in-Picture for Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.                    

Grundlegende Informationen zur Erweiterung

Name Picture-in-Picture for Youtube Picture-in-Picture for Youtube
ID choemllnhinpmdednemjdpbaolkpnhck
Offizielle URL https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck
Beschreibung Activates the Picture-in-Picture button and other useful features.
Dateigröße 786 KB
Installationsanzahl 396
Aktuelle Version 2.4.11
Letztes Update 2023-12-15
Veröffentlichungsdatum 2023-08-30
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Super Zombi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/SuperZombi/Picture-in-Picture-for-Youtube
Hilfeseite URL https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues
Unterstützte Sprachen en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.11",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "menu\/options.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "menu\/options.html"
    },
    "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube",
    "minimum_chrome_version": "107.0.5304.87"
}