ScrapeBot 2.0.4

ScrapeBot allows you to easily browse and bulk download images. ScrapeBot makes the process a breeze.

什么是ScrapeBot 2.0.4?

ScrapeBot 2.0.4是由cherringtongroup开发的Chrome扩展程序,该扩展的主要功能是“ScrapeBot allows you to easily browse and bulk download images. ScrapeBot makes the process a breeze.”。

扩展截图

screenshot
screenshot

下载ScrapeBot 2.0.4扩展crx文件

下载ScrapeBot 2.0.4扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Scrape Images. Use this tool to locate and download all of the images to be used on your banner ads and advertorial pages. No Photoshop required when you use ScrapeBot™, CropBot™, and PixelPress™ together.                    

扩展基本信息

名称 ScrapeBot 2.0.4 ScrapeBot 2.0.4
ID beongpingjcjghpgfcngccpkpmhgldjm
官方URL https://chromewebstore.google.com/detail/scrapebot-204/beongpingjcjghpgfcngccpkpmhgldjm
简介 ScrapeBot allows you to easily browse and bulk download images. ScrapeBot makes the process a breeze.
文件大小 1.88 MB
安装次数 1,037
当前版本 2.0.4
更新时间 2024-01-17
上架时间 2023-02-09
开发者 cherringtongroup
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScrapeBot 2.0.4",
    "version": "2.0.4",
    "description": "ScrapeBot allows you to easily browse and bulk download images. ScrapeBot makes the process a breeze.",
    "permissions": [
        "",
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "mac": "MacCtrl+Shift+I"
            },
            "description": "ScrapeBot \n Shortcut Key: Ctrl + Shift + I"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon.png",
                "views\/output.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "ScrapeBot\nShortcut Key: Ctrl+Shift+I",
        "default_popup": "views\/app.html"
    },
    "content_security_policy": [],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}