Video player extension
More control over the video player
Co to jest Video player extension?
Video player extension to rozszerzenie Chrome opracowane przez dskloet, a jego główną funkcją jest „More control over the video player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Video player extension
Pobierz pliki rozszerzeń Video player extension 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
                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | kkipdgnjllphhbcoapilfpmflipdblfl | 
| Oficjalny URL | https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl | 
| Opis | More control over the video player | 
| Rozmiar pliku | 24.99 KB | 
| Liczba instalacji | 145 | 
| Aktualna Wersja | 0.8 | 
| Ostatnia Aktualizacja | 2023-11-17 | 
| Data Publikacji | 2020-09-24 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | dskloet | 
| [email protected] | |
| Typ Płatności | free | 
| Adres URL Strony Polityki Prywatności | https://dskl.net/screen/privacy | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}  |  |