Hover Hound

See Amazon prices while shopping on Newegg.

Apa itu Hover Hound?

Hover Hound adalah ekstensi Chrome yang dikembangkan oleh https://pchound.com, dan fitur utamanya adalah "See Amazon prices while shopping on Newegg.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hover Hound

Unduh file ekstensi Hover Hound 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

                        Hover Hound adds a small button on Newegg product and search pages linking to the same product on Amazon. It displays the price and whether the item is Amazon Prime eligible. It's that simple!

This extension only works on newegg.com and only takes you from Newegg to Amazon, not the other way around. No bloat, no BS, no excessive permissions.                    

Informasi Dasar Ekstensi

Nama Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
URL Resmi https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Deskripsi See Amazon prices while shopping on Newegg.
Ukuran File 14.8 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.6.7
Terakhir Diperbarui 2021-04-11
Tanggal Publikasi 2019-08-22
Penilaian 4.37/5 Total 113 Penilaian
Pengembang https://pchound.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.pchound.com
URL Halaman Bantuan https://www.pchound.com
URL Halaman Kebijakan Privasi https://www.pchound.com/privacy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover Hound",
    "short_name": "Hover Hound",
    "version": "1.6.7",
    "manifest_version": 2,
    "description": "See Amazon prices while shopping on Newegg.",
    "icons": {
        "16": "images\/new-dog.png",
        "48": "images\/new-dog.png",
        "128": "images\/new-dog.png"
    },
    "web_accessible_resources": [
        "images\/*.ico",
        "images\/*.png",
        "images\/*.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.newegg.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}