VidRate

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

Cos'è VidRate?

VidRate è un'estensione di Chrome sviluppata da Dana Barajas, e la sua funzione principale è "Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VidRate

Scarica i file di estensione VidRate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VidRate VidRate
ID bmdjpblldhdnmknfkjkdibljeblmcfoi
URL Ufficiale https://chromewebstore.google.com/detail/vidrate/bmdjpblldhdnmknfkjkdibljeblmcfoi
Descrizione Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!
Dimensione del File 1.64 MB
Conteggio Installazioni 1,673,685
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-07-18
Data di Pubblicazione 2023-07-06
Valutazione 4.95/5 Totale 22 Valutazioni
Sviluppatore Dana Barajas
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vST_irTCFOCI6Fqoh9ryXoEixrf2NhyI3yvDvAFS-JKhxI7y85fnmyrE4fctgAYGyMFRkZ-ImTRaJoP/pub
Lingue Supportate 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"
}