Picture in Picture
Allows switch to picture in picture mode for sites where blocked right mouse click
Was ist Picture in Picture?
Picture in Picture ist eine Chrome-Erweiterung, die von maniac entwickelt wurde, und ihr Hauptmerkmal ist "Allows switch to picture in picture mode for sites where blocked right mouse click".
Erweiterungsscreenshots
Picture in Picture-Erweiterungs-CRX-Datei herunterladen
Laden Sie Picture in Picture-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
Grundlegende Informationen zur Erweiterung
Name | Picture in Picture |
ID | jkjmjfjggohhnhonoejajejmoifdbmce |
Offizielle URL | https://chromewebstore.google.com/detail/picture-in-picture/jkjmjfjggohhnhonoejajejmoifdbmce |
Beschreibung | Allows switch to picture in picture mode for sites where blocked right mouse click |
Dateigröße | 19.24 KB |
Installationsanzahl | 15 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2018-12-20 |
Veröffentlichungsdatum | 2018-12-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | maniac |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/the-maniac/picture-in-picture |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Picture in Picture", "short_name": "PiP", "description": "Allows switch to picture in picture mode for sites where blocked right mouse click", "version": "0.0.1", "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ " |