Playback Speed

Change the playback speed for video or audio clips on any website!

Co to jest Playback Speed?

Playback Speed to rozszerzenie Chrome opracowane przez reveratenm, a jego główną funkcją jest „Change the playback speed for video or audio clips on any website!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Playback Speed

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

                        Web browsers have native capability of slowing down or speeding up audio and video content on almost any website. This extension taps into this functionality to let you change the playback rate even on websites that do not make that functionality available through it's standard user interface. This extension is extremely lightweight with a very simple user interface and no fancy bells and whistles - just gets the job done!                    

Podstawowe informacje o rozszerzeniu

Nazwa Playback Speed Playback Speed
ID gjeblkgnjlgadjnebddcllncefmmleio
Oficjalny URL https://chromewebstore.google.com/detail/playback-speed/gjeblkgnjlgadjnebddcllncefmmleio
Opis Change the playback speed for video or audio clips on any website!
Rozmiar pliku 17.16 KB
Liczba instalacji 487
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-10-20
Data Publikacji 2020-10-17
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper reveratenm
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Speed",
    "version": "1.2",
    "description": "Change the playback speed for video or audio clips on any website!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}