Reverse Youtube
Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.
Co je Reverse Youtube?
Reverse Youtube je rozšíření Chrome vyvinuté https://citadelle-du-web.com, a jeho hlavní funkcí je „Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reverse Youtube
Stáhněte si soubory rozšíření Reverse Youtube 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 swaps 'primary video' and 'related contents' layouts in youtube.com
Základní Informace o Rozšíření
Název | Reverse Youtube |
ID | bbkebkkkocmacciojigkliggadljbmai |
Oficiální URL | https://chromewebstore.google.com/detail/reverse-youtube/bbkebkkkocmacciojigkliggadljbmai |
Popis | Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts. |
Velikost souboru | 53.5 KB |
Počet instalací | 583 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-03-05 |
Datum Vydání | 2021-03-04 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | https://citadelle-du-web.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://citadelle-du-web.com/projects/reverse-youtube |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Reverse Youtube", "description": "Made to avoid torticollis while using a secondary screen. This extension swaps 'primary video' and 'related contents' layouts.", "permissions": [ "storage" ], "browser_action": { "default_title": "Reverse Youtube", "default_popup": "popup.html", "default_icon": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |