movit

the video speed driver

movit là gì?

movit là một tiện ích mở rộng Chrome được phát triển bởi Andrea Giammarchi, và tính năng chính của nó là "the video speed driver".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng movit

Tải xuống các tệp mở rộng movit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a minimalistic interface to automatically setup any HTML5 

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên movit movit
ID ablgafeipbpmkdpohlfbnnloofcppbgj
URL Chính Thức https://chromewebstore.google.com/detail/movit/ablgafeipbpmkdpohlfbnnloofcppbgj
Mô tả the video speed driver
Kích Thước Tệp 16.07 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-03-30
Ngày Phát Hành 2019-03-27
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andrea Giammarchi
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/WebReflection/movit
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}