Youtube Shorts to normal Youtube Video
Just transform Youtube Shorts link to a normal video link
O que é Youtube Shorts to normal Youtube Video?
Youtube Shorts to normal Youtube Video é uma extensão do Chrome desenvolvida por 4clem4, e sua principal característica é "Just transform Youtube Shorts link to a normal video link".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Shorts to normal Youtube Video
Baixe arquivos de extensão Youtube Shorts to normal Youtube Video 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
With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).
Informações Básicas da Extensão
Nome | Youtube Shorts to normal Youtube Video |
ID | cjehamalccdemkfpiidlbgacminjjkop |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop |
Descrição | Just transform Youtube Shorts link to a normal video link |
Tamanho do Arquivo | 11.31 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.0 |
Última Atualização | 2023-04-10 |
Data de Publicação | 2023-04-10 |
Desenvolvedor | 4clem4 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Shorts to normal Youtube Video", "version": "1.0", "manifest_version": 3, "description": "Just transform Youtube Shorts link to a normal video link", "action": [], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_watch.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } |