Fat cat picture batch download
Find all images for the current page and batch download
What is Fat cat picture batch download?
Fat cat picture batch download is a Chrome extension developed by https://cxpcx.com, and its main feature is "Find all images for the current page and batch download".
Extension Screenshots
Download Fat cat picture batch download Extension CRX File
Download Fat cat picture batch download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get web page all images and batch download images
Extension Basic Information
Name | Fat cat picture batch download |
ID | gbdahlfendakolekfledonnpgaphimie |
Official URL | https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie |
Description | Find all images for the current page and batch download |
File Size | 344 KB |
Installation Count | 494 |
Current Version | 1.2.5 |
Last Updated | 2023-10-18 |
Publish Date | 2022-11-24 |
Rating | 4.00/5 Total 3 Ratings |
Developer | https://cxpcx.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pictureknow.com/protocol |
Supported Languages | 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": [ " |