Redirect Youtube Video to Embed Page
Automatically redirects video pages to their embed equivalent.
O que é Redirect Youtube Video to Embed Page?
Redirect Youtube Video to Embed Page é uma extensão do Chrome desenvolvida por rhnvrm, e sua principal característica é "Automatically redirects video pages to their embed equivalent.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Redirect Youtube Video to Embed Page
Baixe arquivos de extensão Redirect Youtube Video to Embed Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Redirect Youtube Video to Embed Page |
ID | hgfpekconaphbedblngiilgojgjhodpp |
URL Oficial | https://chromewebstore.google.com/detail/redirect-youtube-video-to/hgfpekconaphbedblngiilgojgjhodpp |
Descrição | Automatically redirects video pages to their embed equivalent. |
Tamanho do Arquivo | 20.57 KB |
Contagem de Instalações | 111 |
Versão Atual | 0.1.0 |
Última Atualização | 2023-01-18 |
Data de Publicação | 2019-11-19 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | rhnvrm |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } } |