Chevereto download button

Add function to download images on Chevereto sites

Chevereto download button là gì?

Chevereto download button là một tiện ích mở rộng Chrome được phát triển bởi https://wampi.ru, và tính năng chính của nó là "Add function to download images on Chevereto sites".

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

screenshot
screenshot

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

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

                        Download button for all photo sites working on Chevereto engine.
Allows you to download all the images on the page by one click.                    

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

Tên Chevereto download button Chevereto download button
ID lgcgmhfenjjeghjipookhcplpifakgcd
URL Chính Thức https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd
Mô tả Add function to download images on Chevereto sites
Kích Thước Tệp 20.81 KB
Số Lần Cài Đặt 2,709
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2020-01-04
Ngày Phát Hành 2020-01-04
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://wampi.ru
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.4",
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "Wink",
    "icons": {
        "16": "icons\/vk_16.png",
        "32": "icons\/vk_32.png",
        "48": "icons\/vk_48.png",
        "64": "icons\/vk_64.png",
        "128": "icons\/vk_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "notifications",
        "activeTab"
    ]
}