Brickseek

Adds 'Open in Brickseek' button to Walmart product pages

Apa itu Brickseek?

Brickseek adalah ekstensi Chrome yang dikembangkan oleh andrew-ma, dan fitur utamanya adalah "Adds 'Open in Brickseek' button to Walmart product pages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Brickseek

Unduh file ekstensi Brickseek dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This adds a green "Open in Brickseek" button when on a Walmart product page.                    

Informasi Dasar Ekstensi

Nama Brickseek Brickseek
ID fchidbgjeapefdgbgolpjpjbkbbjekfh
URL Resmi https://chromewebstore.google.com/detail/brickseek/fchidbgjeapefdgbgolpjpjbkbbjekfh
Deskripsi Adds 'Open in Brickseek' button to Walmart product pages
Ukuran File 14.36 KB
Jumlah Instalasi 376
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-10-04
Tanggal Publikasi 2021-10-04
Pengembang andrew-ma
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/andrew-ma/brickseek
Bahasa yang Didukung 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"
            ]
        }
    ]
}