YouTube Shorts to Video Player

This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.

O que é YouTube Shorts to Video Player?

YouTube Shorts to Video Player é uma extensão do Chrome desenvolvida por kushalgoel786, e sua principal característica é "This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Shorts to Video Player

Baixe arquivos de extensão YouTube Shorts to Video Player 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

                        Introducing "YouTube Shorts to Video Player" – the ultimate extension to supercharge your YouTube Shorts experience!

Are you tired of not having control over your YouTube Shorts playback? Frustrated by the lack of essential features like rewinding, skipping, and speed controls? Look no further! With my innovative extension, you can now enjoy YouTube Shorts like never before.

Here's what "YouTube Shorts to Video Player" brings to the table:

- Rewind and Skip: Easily navigate through the Short videos by rewinding or skipping to any desired moment. No more missing out on exciting or impactful parts!

- Speed Controls: Adjust the playback speed to your preference. Speed up the Shorts for a quick overview or slow them down for a more detailed analysis. The choice is yours!

- Volume Controls: You can now adjust the volume of the Shorts rather than just muting, unmuting it!

Get ready for a whole new level of control and immersion. Install "YouTube Shorts to Video Player" now and embrace the future of YouTube Shorts viewing!

Note: "YouTube Shorts to Video Player" is a third-party extension and is not affiliated with or endorsed by YouTube.                    

Informações Básicas da Extensão

Nome YouTube Shorts to Video Player YouTube Shorts to Video Player
ID dldgokjmoecpkdfdoniidbjaoginamko
URL Oficial https://chromewebstore.google.com/detail/youtube-shorts-to-video-p/dldgokjmoecpkdfdoniidbjaoginamko
Descrição This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.
Tamanho do Arquivo 176 KB
Contagem de Instalações 384
Versão Atual 1.0.0
Última Atualização 2023-09-26
Data de Publicação 2023-09-25
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor kushalgoel786
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Shorts to Video Player",
    "description": "This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "YouTube Shorts to Video Player"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ]
}