VidRate

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

什麼是VidRate?

VidRate是由Dana Barajas開發的Chrome擴展程式,該擴展的主要功能是“Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!”。

擴展截圖

screenshot

下載VidRate擴展crx文件

下載VidRate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VidRate VidRate
ID bmdjpblldhdnmknfkjkdibljeblmcfoi
官方網址 https://chromewebstore.google.com/detail/vidrate/bmdjpblldhdnmknfkjkdibljeblmcfoi
簡介 Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!
檔案大小 1.64 MB
安裝次數 1,673,685
目前版本 1.0.2
更新時間 2023-07-18
上架時間 2023-07-06
評分 4.95/5 共 22 次評分
開發者 Dana Barajas
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vST_irTCFOCI6Fqoh9ryXoEixrf2NhyI3yvDvAFS-JKhxI7y85fnmyrE4fctgAYGyMFRkZ-ImTRaJoP/pub
支援的語言 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"
}