Twitter Video Speed

Change the video speed of any video on Twitter

Twitter Video Speedคืออะไร?

Twitter Video Speed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plasmo.com และคุณลักษณะหลักของมันคือ "Change the video speed of any video on Twitter"

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

screenshot

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

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

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

                        Stop wasting time and start speeding up videos you watch on Twitter.                    

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

ชื่อ Twitter Video Speed Twitter Video Speed
ID lgecidhpiigglcmiakkgjceeedfbnmnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-video-speed/lgecidhpiigglcmiakkgjceeedfbnmnl
คำอธิบาย Change the video speed of any video on Twitter
ขนาดไฟล์ 66.09 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-02-26
วันที่เผยแพร่ 2023-01-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://plasmo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.plasmo.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.7dc0ebe3.png",
        "32": "icon32.plasmo.9e9b99de.png",
        "48": "icon48.plasmo.b9bc2bc8.png",
        "64": "icon64.plasmo.d9c054e8.png",
        "128": "icon128.plasmo.26f46062.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.7dc0ebe3.png",
            "32": "icon32.plasmo.9e9b99de.png",
            "48": "icon48.plasmo.b9bc2bc8.png",
            "64": "icon64.plasmo.d9c054e8.png",
            "128": "icon128.plasmo.26f46062.png"
        }
    },
    "version": "0.0.3",
    "author": "coldsauce",
    "name": "Twitter Video Speed",
    "description": "Change the video speed of any video on Twitter",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.351832d9.js"
            ],
            "css": [
                "content.5af38402.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "resources": [
                "content.3d26bf84.css"
            ]
        }
    ]
}