VidRate

Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!

O que é VidRate?

VidRate é uma extensão do Chrome desenvolvida por Dana Barajas, e sua principal característica é "Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VidRate

Baixe arquivos de extensão VidRate 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

                        Upgrade your video viewing experience with VidRate, the ultimate browser extension. Enjoy enhanced control over your videos with its powerful features. VidRate works seamlessly on various platforms, including YouTube, and supports generic HTML5 videos. Easily adjust the playback speed in percentage to match your preferences. Plus, take advantage of convenient keyboard shortcuts for effortless control. Enhance your video playback today with VidRate!"

* Key Features *

- Universal Compatibility: Works on almost any video platform, including YouTube, Vimeo, and generic HTML5 videos.
- Precise Speed Control: Set the playback speed of your videos in percentage, allowing you to fine-tune your viewing experience.
- Convenient Keyboard Shortcuts:
  - Increase speed by 1%: Press 'A'
  - Decrease speed by 1%: Press 'D'
  - Reset speed to normal: Press 'S'

Upgrade your video playback and enjoy a customized experience with VidRate! Try it now and take control of your video viewing like never before.                    

Informações Básicas da Extensão

Nome VidRate VidRate
ID bmdjpblldhdnmknfkjkdibljeblmcfoi
URL Oficial https://chromewebstore.google.com/detail/vidrate/bmdjpblldhdnmknfkjkdibljeblmcfoi
Descrição Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!
Tamanho do Arquivo 1.64 MB
Contagem de Instalações 1,673,685
Versão Atual 1.0.2
Última Atualização 2023-07-18
Data de Publicação 2023-07-06
Classificação 4.95/5 Total de 22 Avaliações
Desenvolvedor Dana Barajas
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vST_irTCFOCI6Fqoh9ryXoEixrf2NhyI3yvDvAFS-JKhxI7y85fnmyrE4fctgAYGyMFRkZ-ImTRaJoP/pub
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_extName__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "scripting",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.2"
}