Video Speed Changer

This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…

Co to jest Video Speed Changer?

Video Speed Changer to rozszerzenie Chrome opracowane przez the.sh.developer, a jego główną funkcją jest „This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Video Speed Changer

Pobierz pliki rozszerzeń Video Speed Changer 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

                        This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Speed Changer Video Speed Changer
ID nkgldikaifljadeeogdbanlckplpbffj
Oficjalny URL https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj
Opis This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Rozmiar pliku 6.23 KB
Liczba instalacji 13,875
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-30
Data Publikacji 2015-11-30
Ocena 4.22/5 Łącznie 36 Oceny
Deweloper the.sh.developer
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Changer",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Video Speed Changer",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "VideoSpeedChangerLoader.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}