GIFS.com Downloader ß

This extension adds a handy download button to GIFS.com.

GIFS.com Downloader ß là gì?

GIFS.com Downloader ß là một tiện ích mở rộng Chrome được phát triển bởi mosh.io, và tính năng chính của nó là "This extension adds a handy download button to GIFS.com.".

Ả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 GIFS.com Downloader ß

Tải xuống các tệp mở rộng GIFS.com Downloader ß 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

                                            

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

Tên GIFS.com Downloader ß GIFS.com Downloader ß
ID lkhkeilhpkjliofkappbgdicjlmbgbkn
URL Chính Thức https://chromewebstore.google.com/detail/gifscom-downloader-%C3%9F/lkhkeilhpkjliofkappbgdicjlmbgbkn
Mô tả This extension adds a handy download button to GIFS.com.
Kích Thước Tệp 36.88 KB
Số Lần Cài Đặt 579
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2014-02-23
Ngày Phát Hành 2014-02-23
Nhà Phát Triển mosh.io
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fabiofl/gifs.com-download-button
URL Trang Trợ Giúp https://github.com/fabiofl/gifs.com-download-button/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIFS.com Downloader \u00df",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "This extension adds a handy download button to GIFS.com.",
    "homepage_url": "http:\/\/mosh.io\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/gifs.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gifs.com\/*"
            ],
            "js": [
                "js\/inject.js",
                "js\/jquery.js"
            ]
        }
    ]
}