Check/Select all checkboxes on EBAY

You can check all checkboxes on Ebay...

什么是Check/Select all checkboxes on EBAY?

Check/Select all checkboxes on EBAY是由https://puvox.software开发的Chrome扩展程序,该扩展的主要功能是“You can check all checkboxes on Ebay...”。

扩展截图

screenshot

下载Check/Select all checkboxes on EBAY扩展crx文件

下载Check/Select all checkboxes on EBAY扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds "Select All" button to check all checkboxes in Ebay search filters window (because there doesn't exist).                    

扩展基本信息

名称 Check/Select all checkboxes on EBAY Check/Select all checkboxes on EBAY
ID idnajfohjnlgnbknffokblnbllchgaee
官方URL https://chromewebstore.google.com/detail/checkselect-all-checkboxe/idnajfohjnlgnbknffokblnbllchgaee
简介 You can check all checkboxes on Ebay...
文件大小 849 KB
安装次数 360
当前版本 1.1.3
更新时间 2022-08-25
上架时间 2019-03-22
评分 3.00/5 共2次评分
开发者 https://puvox.software
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://puvox.software/info/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check\/Select all checkboxes on EBAY",
    "version": "1.1.3",
    "manifest_version": 3,
    "description": "You can check all checkboxes on Ebay...",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "myscript.js",
                "jquery.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon-48.png"
    },
    "permissions": [],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.ebay.ie\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.be\/*",
        "*:\/\/*.ebay.at\/*",
        "*:\/\/*.ebay.nl\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebaysweden.com\/*",
        "*:\/\/*.ebay.ch\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.com.au\/*",
        "*:\/\/*.ebay.com.cn\/*",
        "*:\/\/*.ebay.com.hk\/*",
        "*:\/\/*.ebay.in\/*",
        "*:\/\/*.ebay.com.my\/*",
        "*:\/\/*.ebay.com.ph\/*",
        "*:\/\/*.ebay.ph\/*",
        "*:\/\/*.ebay.com.sg\/*",
        "*:\/\/*.tw.ebay.com\/*"
    ],
    "optional_host_permissions": []
}