Redirect Youtube Video to Embed Page
Automatically redirects video pages to their embed equivalent.
Co je Redirect Youtube Video to Embed Page?
Redirect Youtube Video to Embed Page je rozšíření Chrome vyvinuté rhnvrm, a jeho hlavní funkcí je „Automatically redirects video pages to their embed equivalent.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Redirect Youtube Video to Embed Page
Stáhněte si soubory rozšíření Redirect Youtube Video to Embed Page 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í
Automatically redirects video pages to their embed equivalent. This extension redirects youtube video pages to their respective embed link. It can be used to minimize distractions. Also you can watch youtube videos in the background in firefox mobile without having to manually open the page.
Základní Informace o Rozšíření
Název | Redirect Youtube Video to Embed Page |
ID | hgfpekconaphbedblngiilgojgjhodpp |
Oficiální URL | https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp |
Popis | Automatically redirects video pages to their embed equivalent. |
Velikost souboru | 20.57 KB |
Počet instalací | 111 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2023-01-18 |
Datum Vydání | 2019-11-19 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | rhnvrm |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.0", "name": "Redirect Youtube Video to Embed Page", "description": "Automatically redirects video pages to their embed equivalent.", "short_name": "yt2embed", "author": "Rohan Verma", "homepage_url": "https:\/\/github.com\/rhnvrm\/yt2embed", "icons": { "48": "assets\/icon_48.png", "256": "assets\/icon_256.png" }, "host_permissions": [ "*:\/\/youtube.com\/watch*", "*:\/\/www.youtube.com\/watch*", "*:\/\/youtube.com\/shorts*", "*:\/\/www.youtube.com\/shorts*" ], "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "yt2embed_rules", "name": "yt2embed_rules", "enabled": true, "path": "rules.json" } ] } } |