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
Eメール [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"
    ]
}