Fat cat picture batch download

Find all images for the current page and batch download

Fat cat picture batch download là gì?

Fat cat picture batch download là một tiện ích mở rộng Chrome được phát triển bởi https://cxpcx.com, và tính năng chính của nó là "Find all images for the current page and batch download".

Ả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 Fat cat picture batch download

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

                        Get web page all images and batch download images                    

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

Tên Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
URL Chính Thức https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
Mô tả Find all images for the current page and batch download
Kích Thước Tệp 344 KB
Số Lần Cài Đặt 494
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2022-11-24
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://cxpcx.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pictureknow.com/protocol
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.2.5",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/heart_beat_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "proxy",
        "management",
        "declarativeNetRequest",
        "downloads",
        "webRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "bilibili-video",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}