Twitter Video Screenshot

Allows you to take screenshot of any Twitter video with one click.

Twitter Video Screenshotคืออะไร?

Twitter Video Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moonlight และคุณลักษณะหลักของมันคือ "Allows you to take screenshot of any Twitter video with one click."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Video Screenshot

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

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

                        Click on the Capture button to capture the current frame of a twitter video as an image and save it to disk                    

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

ชื่อ Twitter Video Screenshot Twitter Video Screenshot
ID paiclmdbcfiejbkcfbkcenijejdnlejc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc
คำอธิบาย Allows you to take screenshot of any Twitter video with one click.
ขนาดไฟล์ 10.84 KB
จำนวนการติดตั้ง 262
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-09-24
วันที่เผยแพร่ 2018-09-24
ผู้พัฒนา moonlight
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons8-capture-128.png",
        "16": "icons8-capture-16.png",
        "48": "icons8-capture-48.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "webNavigation"
    ],
    "name": "Twitter Video Screenshot",
    "version": "1.0",
    "description": "Allows you to take screenshot of any Twitter video with one click.",
    "manifest_version": 2
}