movit

the video speed driver

什么是movit?

movit是由Andrea Giammarchi开发的Chrome扩展程序,该扩展的主要功能是“the video speed driver”。

扩展截图

screenshot

下载movit扩展crx文件

下载movit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a minimalistic interface to automatically setup any HTML5 

扩展基本信息

名称 movit movit
ID ablgafeipbpmkdpohlfbnnloofcppbgj
官方URL https://chromewebstore.google.com/detail/movit/ablgafeipbpmkdpohlfbnnloofcppbgj
简介 the video speed driver
文件大小 16.07 KB
安装次数 31
当前版本 0.0.2
更新时间 2019-03-30
上架时间 2019-03-27
评分 4.50/5 共2次评分
开发者 Andrea Giammarchi
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/WebReflection/movit
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "movit",
    "short_name": "movit",
    "version": "0.0.2",
    "description": "the video speed driver",
    "author": "Andrea Giammarchi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "20": "icons\/20.png",
            "32": "icons\/32.png",
            "40": "icons\/40.png"
        },
        "default_popup": "popup.html",
        "default_title": "movit"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/movit.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}