BrickLink Helper Chrome Extension

Add some new features on top of the existing site.

What is BrickLink Helper Chrome Extension?

BrickLink Helper Chrome Extension is a Chrome extension developed by pricco, and its main feature is "Add some new features on top of the existing site.".

Extension Screenshots

screenshot
screenshot

Download BrickLink Helper Chrome Extension Extension CRX File

Download BrickLink Helper Chrome Extension 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

                        2020-11-29
* Bulk duplicate for Wanted Lists

2020-02-25
* Bulk delete for Wanted Lists
* Merge wanted lists
* Force page size for Wanted List's detail page                    

Extension Basic Information

Name BrickLink Helper Chrome Extension BrickLink Helper Chrome Extension
ID jhjcnccenajddejmnjjopbaakomhakco
Official URL https://chromewebstore.google.com/detail/bricklink-helper-chrome-e/jhjcnccenajddejmnjjopbaakomhakco
Description Add some new features on top of the existing site.
File Size 1012 KB
Installation Count 222
Current Version 0.0.2
Last Updated 2020-11-29
Publish Date 2020-04-25
Rating 5.00/5 Total 2 Ratings
Developer pricco
Email [email protected]
Payment Type free
Extension Website https://github.com/pricco/bricklink-helper-chrome-extension
Help Page URL https://github.com/pricco/bricklink-helper-chrome-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrickLink Helper Chrome Extension",
    "description": "Add some new features on top of the existing site.",
    "version": "0.0.2",
    "icons": {
        "16": "icon16x.png",
        "48": "icon48x.png",
        "128": "icon128x.png"
    },
    "options_page": "index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bricklink.com\/*"
            ],
            "css": [
                "static\/css\/main.css"
            ],
            "js": [
                "static\/js\/main.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}