Twiclips - Twitch Clip Downloader

Twiclips is one of the must-have simple Twitch clip downloaders that can help you download Twitch clips easily.

Twiclips - Twitch Clip Downloaderคืออะไร?

Twiclips - Twitch Clip Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twiclips.com และคุณลักษณะหลักของมันคือ "Twiclips is one of the must-have simple Twitch clip downloaders that can help you download Twitch clips easily."

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

screenshot
screenshot
screenshot

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

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

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

                        Twiclips is one of the must-have simple Twitch clip downloaders that can help you download Twitch clips easily. And it can help you download any Twitch clip and Twitch VOD videos with just  a single click on twitch.tv.
✔️Easy to use
Simple operation, short process, easy to use and free - Twitch clip download extension tool suitable for anyone.
✔️Free
100% free. No credit card information is required. No personal information is required.
✔️Convenient
Automatically recognize the clips link in twitch.tv and add download buttons to the page to help you download videos quickly.

 -We have developed a ChatGPT AI assistant tool that can be experienced with just a click on a pop-up. It offers free usage every day.                    

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

ชื่อ Twiclips - Twitch Clip Downloader Twiclips - Twitch Clip Downloader
ID mjnnjgpeccmgcobgegepeljeedilebif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twiclips-twitch-clip-down/mjnnjgpeccmgcobgegepeljeedilebif
คำอธิบาย Twiclips is one of the must-have simple Twitch clip downloaders that can help you download Twitch clips easily.
ขนาดไฟล์ 4.79 MB
จำนวนการติดตั้ง 7,228
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2023-12-25
วันที่เผยแพร่ 2022-01-26
คะแนน 4.66/5 รวมทั้งหมด 74 คะแนน
ผู้พัฒนา https://twiclips.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twiclips.com/
URL หน้านโยบายความเป็นส่วนตัว https://vimego.io/privacy
ภาษาที่รองรับ id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/twiclips\/mjnnjgpeccmgcobgegepeljeedilebif",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/clips.twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/twiclips.com\/*",
                "*:\/\/dev.twiclips.com\/"
            ],
            "js": [
                "js\/web-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/128_logo.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.twiclips.com\/*",
            "*:\/\/twiclips.com\/*"
        ]
    },
    "version": "1.0.9",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.pinterest.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.aliyuncs.com\/*",
        "*:\/\/twiclips.com\/*",
        "*:\/\/dev.twiclips.com\/",
        "*:\/\/clips.twitch.tv\/*",
        "*:\/\/www.twitch.tv\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/128_logo.png"
        }
    }
}