VidRate

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

Что такое VidRate?

VidRate - это расширение Chrome, разработанное Dana Barajas, и его основная функция - "Enhance Your Video Playback with VidRate: Speed Control, Keyboard Shortcuts, and Universal Compatibility!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения VidRate

Скачайте файлы расширений 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
Официальный URL 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"
}