Twitch Clip Timer

Allows for easy Twitch clip timing courtesy of VidTimer.

Twitch Clip Timerคืออะไร?

Twitch Clip Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vidtimer.com และคุณลักษณะหลักของมันคือ "Allows for easy Twitch clip timing courtesy of VidTimer."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Clip Timer

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Clip Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Clip Timer Twitch Clip Timer
ID fdlhmdcegamkfdokpcbhcaeefihnpaeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg
คำอธิบาย Allows for easy Twitch clip timing courtesy of VidTimer.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-06-07
วันที่เผยแพร่ 2021-10-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://vidtimer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}