VidRate

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

Apa itu VidRate?

VidRate adalah ekstensi Chrome yang dikembangkan oleh Dana Barajas, dan fitur utamanya adalah "Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VidRate

Unduh file ekstensi VidRate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VidRate VidRate
ID bmdjpblldhdnmknfkjkdibljeblmcfoi
URL Resmi https://chromewebstore.google.com/detail/vidrate/bmdjpblldhdnmknfkjkdibljeblmcfoi
Deskripsi Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!
Ukuran File 1.64 MB
Jumlah Instalasi 1,673,685
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-07-18
Tanggal Publikasi 2023-07-06
Penilaian 4.95/5 Total 22 Penilaian
Pengembang Dana Barajas
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vST_irTCFOCI6Fqoh9ryXoEixrf2NhyI3yvDvAFS-JKhxI7y85fnmyrE4fctgAYGyMFRkZ-ImTRaJoP/pub
Bahasa yang Didukung 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"
}