Check/Select all checkboxes on EBAY

You can check all checkboxes on Ebay...

What is Check/Select all checkboxes on EBAY?

Check/Select all checkboxes on EBAY is a Chrome extension developed by https://puvox.software, and its main feature is "You can check all checkboxes on Ebay...".

Extension Screenshots

screenshot

Download Check/Select all checkboxes on EBAY Extension CRX File

Download Check/Select all checkboxes on EBAY 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

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

Extension Basic Information

Name Check/Select all checkboxes on EBAY Check/Select all checkboxes on EBAY
ID idnajfohjnlgnbknffokblnbllchgaee
Official URL https://chromewebstore.google.com/detail/checkselect-all-checkboxe/idnajfohjnlgnbknffokblnbllchgaee
Description You can check all checkboxes on Ebay...
File Size 849 KB
Installation Count 360
Current Version 1.1.3
Last Updated 2022-08-25
Publish Date 2019-03-22
Rating 3.00/5 Total 2 Ratings
Developer https://puvox.software
Email [email protected]
Payment Type free
Privacy Policy Page URL https://puvox.software/info/privacy-policy
Supported Languages 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": []
}