Twitter Video Speed

Change the video speed of any video on Twitter

什麼是Twitter Video Speed?

Twitter Video Speed是由https://plasmo.com開發的Chrome擴展程式,該擴展的主要功能是“Change the video speed of any video on Twitter”。

擴展截圖

screenshot

下載Twitter Video Speed擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}