Hover Hound
See Amazon prices while shopping on Newegg.
ما هو Hover Hound؟
Hover Hound هو إضافة Chrome تم تطويرها بواسطة https://pchound.com، والميزة الرئيسية لها هي "See Amazon prices while shopping on Newegg.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hover Hound
قم بتنزيل ملفات الامتداد Hover Hound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Hover Hound |
ID | dogmhlelnjpjgahofccgbfnmojkmlfep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep |
الوصف | See Amazon prices while shopping on Newegg. |
حجم الملف | 14.8 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.6.7 |
آخر تحديث | 2021-04-11 |
تاريخ النشر | 2019-08-22 |
تقييم | 4.37/5 مجموع تقييمات 113 |
المطور | https://pchound.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.pchound.com |
عنوان صفحة المساعدة | https://www.pchound.com |
عنوان صفحة سياسة الخصوصية | https://www.pchound.com/privacy.html |
اللغات المدعومة | 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" } ] } |