Youtube Video Speed UP!
Control Youtube Video Speed or any video that probably able to control, give it a try!
Co to jest Youtube Video Speed UP!?
Youtube Video Speed UP! to rozszerzenie Chrome opracowane przez xinxinz9999, a jego główną funkcją jest „Control Youtube Video Speed or any video that probably able to control, give it a try!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Video Speed UP!
Pobierz pliki rozszerzeń Youtube Video Speed UP! 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
Control Youtube Video Speed or any video that probably able to control. Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.) Slow Down from 0.01 to 1.
Podstawowe informacje o rozszerzeniu
Nazwa | Youtube Video Speed UP! |
ID | jdcgdehghfameefmeembbbajjkimigpe |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe |
Opis | Control Youtube Video Speed or any video that probably able to control, give it a try! |
Rozmiar pliku | 12.61 KB |
Liczba instalacji | 221 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2021-09-30 |
Data Publikacji | 2021-09-30 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | xinxinz9999 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Speed UP!", "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!", "version": "0.0.0.1", "manifest_version": 3, "author": "XINXIN ZHAO", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |