Chrome Video To GIF

FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…

Chrome Video To GIF là gì?

Chrome Video To GIF là một tiện ích mở rộng Chrome được phát triển bởi Nathaniel Higgins, và tính năng chính của nó là "FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…".

Ả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 Chrome Video To GIF

Tải xuống các tệp mở rộng Chrome Video To GIF 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

                        FREE FOR A LIMITED TIME ONLY

This allows you to download HTML5 videos from web pages as gif files.

Mostly intended to be used on Twitter.com where uploaded gifs are converted to videos for efficiency. This allows you to redownload them as GIFs.                    

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

Tên Chrome Video To GIF Chrome Video To GIF
ID ffcmfnnphbhjfconphblaofghficicbg
URL Chính Thức https://chromewebstore.google.com/detail/chrome-video-to-gif/ffcmfnnphbhjfconphblaofghficicbg
Mô tả FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…
Kích Thước Tệp 5.99 MB
Số Lần Cài Đặt 528
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-05-26
Ngày Phát Hành 2015-05-26
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Nathaniel Higgins
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Video To GIF",
    "version": "1.0.1",
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/pbs.twimg.com\/",
        "https:\/\/twitter.com\/",
        "tabs"
    ],
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "worker.js",
        "node_modules\/videoconverter\/build\/ffmpeg.js"
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}