Brickseek

Adds 'Open in Brickseek' button to Walmart product pages

What is Brickseek?

Brickseek is a Chrome extension developed by andrew-ma, and its main feature is "Adds 'Open in Brickseek' button to Walmart product pages".

Extension Screenshots

screenshot

Download Brickseek Extension CRX File

Download Brickseek 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 adds a green "Open in Brickseek" button when on a Walmart product page.                    

Extension Basic Information

Name Brickseek Brickseek
ID fchidbgjeapefdgbgolpjpjbkbbjekfh
Official URL https://chromewebstore.google.com/detail/brickseek/fchidbgjeapefdgbgolpjpjbkbbjekfh
Description Adds 'Open in Brickseek' button to Walmart product pages
File Size 14.36 KB
Installation Count 376
Current Version 1.0.1
Last Updated 2021-10-04
Publish Date 2021-10-04
Developer andrew-ma
Email [email protected]
Payment Type free
Extension Website https://github.com/andrew-ma/brickseek
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brickseek",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds 'Open in Brickseek' button to Walmart product pages",
    "homepage_url": "https:\/\/github.com\/andrew-ma\/brickseek",
    "minimum_chrome_version": "74",
    "icons": {
        "48": "\/icon.png",
        "96": "\/[email protected]"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.walmart.com\/ip\/*"
            ],
            "js": [
                "\/brickseek.js"
            ],
            "css": [
                "\/brickseek.css"
            ]
        }
    ]
}