Video Speed Control x0.1-5

Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.

Co to jest Video Speed Control x0.1-5?

Video Speed Control x0.1-5 to rozszerzenie Chrome opracowane przez https://covidcures.live, a jego główną funkcją jest „Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Video Speed Control x0.1-5

Pobierz pliki rozszerzeń Video Speed Control x0.1-5 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Speed Control x0.1-5 Video Speed Control x0.1-5
ID lcdjldcaalmmkpogignniieicpdlhpmb
Oficjalny URL https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb
Opis Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
Rozmiar pliku 181 KB
Liczba instalacji 220
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2021-03-08
Data Publikacji 2021-02-23
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper https://covidcures.live
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Speed Control x0.1-5",
    "version": "1.2.0",
    "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "\/js\/popup.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Video Speed Control",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png",
            "512": "icons\/icon-512.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "manifest_version": 2
}