Image Downloader

te31.com(rgrong), slrclub.com, instagram

Image Downloader là gì?

Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi kotree.com, và tính năng chính của nó là "te31.com(rgrong), slrclub.com, instagram".

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

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

                        slrclub
instagram
te31.com (rgrong)

에서 이미지를 쉽게 받을 수 있도록 함.                    

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

Tên Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
URL Chính Thức https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
Mô tả te31.com(rgrong), slrclub.com, instagram
Kích Thước Tệp 38.17 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-06-09
Ngày Phát Hành 2016-06-09
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kotree.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "name": "Image Downloader",
    "description": "te31.com(rgrong), slrclub.com, instagram",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rightbutton.js",
        "instagram.js",
        "slrclub.js",
        "jquery.min.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "manifest_version": 2
}