Twitch Clip Timer
Allows for easy Twitch clip timing courtesy of VidTimer.
Co to jest Twitch Clip Timer?
Twitch Clip Timer to rozszerzenie Chrome opracowane przez https://vidtimer.com, a jego główną funkcją jest „Allows for easy Twitch clip timing courtesy of VidTimer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Clip Timer
Pobierz pliki rozszerzeń Twitch Clip Timer 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
With this extension enabled, simply navigate to or create a Twitch clip and click the green "Time Clip" button. Another tab will open containing the timer web app VidTimer, which you can use to time the clip. Icon by Lukasz Adam.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Opis | Allows for easy Twitch clip timing courtesy of VidTimer. |
Rozmiar pliku | 110 KB |
Liczba instalacji | 111 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2022-06-07 |
Data Publikacji | 2021-10-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://vidtimer.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Clip Timer", "description": "Allows for easy Twitch clip timing courtesy of VidTimer.", "version": "1.0.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "jquery-1.12.3.js", "content-script.js" ] } ], "action": { "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |