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
官方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"
            ]
        }
    ]
}