Picture in Picture
Allows switch to picture in picture mode for sites where blocked right mouse click
Co to jest Picture in Picture?
Picture in Picture to rozszerzenie Chrome opracowane przez maniac, a jego główną funkcją jest „Allows switch to picture in picture mode for sites where blocked right mouse click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Picture in Picture
Pobierz pliki rozszerzeń Picture in Picture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Picture in Picture |
ID | jkjmjfjggohhnhonoejajejmoifdbmce |
Oficjalny URL | https://chromewebstore.google.com/detail/picture-in-picture/jkjmjfjggohhnhonoejajejmoifdbmce |
Opis | Allows switch to picture in picture mode for sites where blocked right mouse click |
Rozmiar pliku | 19.24 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2018-12-20 |
Data Publikacji | 2018-12-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | maniac |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/the-maniac/picture-in-picture |
Obsługiwane Języki | 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": [ " |