Twitch Clip Timer

Allows for easy Twitch clip timing courtesy of VidTimer.

Vad är Twitch Clip Timer?

Twitch Clip Timer är en Chrome-tillägg utvecklad av https://vidtimer.com, och dess huvudfunktion är "Allows for easy Twitch clip timing courtesy of VidTimer.".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch Clip Timer-förlängningens CRX-fil

Ladda ner Twitch Clip Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitch Clip Timer Twitch Clip Timer
ID fdlhmdcegamkfdokpcbhcaeefihnpaeg
Officiell webbadress https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg
Beskrivning Allows for easy Twitch clip timing courtesy of VidTimer.
Filstorlek 110 KB
Antal Installationer 111
Aktuell Version 1.0.2
Senast Uppdaterad 2022-06-07
Publiceringsdatum 2021-10-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://vidtimer.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}