Picture-in-Picture for ALL Sites
Enables picture-in-picture mode, even for sites that have disabled it
Co je Picture-in-Picture for ALL Sites?
Picture-in-Picture for ALL Sites je rozšíření Chrome vyvinuté Jerome Paulos, a jeho hlavní funkcí je „Enables picture-in-picture mode, even for sites that have disabled it“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Picture-in-Picture for ALL Sites
Stáhněte si soubory rozšíření Picture-in-Picture for ALL Sites ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!
Základní Informace o Rozšíření
Název | Picture-in-Picture for ALL Sites |
ID | anmikanblfemkldmaldbhdejcfpodkpd |
Oficiální URL | https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd |
Popis | Enables picture-in-picture mode, even for sites that have disabled it |
Velikost souboru | 6.47 KB |
Počet instalací | 2,119 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-04-24 |
Datum Vydání | 2022-04-23 |
Hodnocení | 4.86/5 Celkem 7 Hodnocení |
Vývojář | Jerome Paulos |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture for ALL Sites", "description": "Enables picture-in-picture mode, even for sites that have disabled it", "version": "1.0", "icons": { "128": "assets\/icon128.png" }, "action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" }, "default_title": "Open Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |