Deal Seeker By TopVouchersCode

Deal Seeker automatically find and apply voucher codes when you shop online

Deal Seeker By TopVouchersCodeคืออะไร?

Deal Seeker By TopVouchersCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.topvoucherscode.co.uk และคุณลักษณะหลักของมันคือ "Deal Seeker automatically find and apply voucher codes when you shop online"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deal Seeker By TopVouchersCode

ดาวน์โหลดไฟล์ส่วนขยาย Deal Seeker By TopVouchersCode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Deal Seeker extension by Top Vouchers Code, helps you get the best discounts and Vouchers from all your favorite shopping websites with merely a single click.

How It Works 
-Visit your favorite brands website, and add products to cart.
-Click and apply the top discount code & get your total order amount reduced.

©The Deal Seeker extension by Top Vouchers Code.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Deal Seeker By TopVouchersCode Deal Seeker By TopVouchersCode
ID bhdaglkclfmpgfggcppncdkahjnlimcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deal-seeker-by-topvoucher/bhdaglkclfmpgfggcppncdkahjnlimcj
คำอธิบาย Deal Seeker automatically find and apply voucher codes when you shop online
ขนาดไฟล์ 1.6 MB
จำนวนการติดตั้ง 258
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-10-05
วันที่เผยแพร่ 2020-07-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.topvoucherscode.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.topvoucherscode.co.uk
URL หน้าช่วยเหลือ https://www.topvoucherscode.co.uk/deal-seeker
URL หน้านโยบายความเป็นส่วนตัว https://www.topvoucherscode.co.uk/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deal Seeker By TopVouchersCode",
    "description": "Deal Seeker automatically find and apply voucher codes when you shop online ",
    "version": "1.2",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        "\/assets\/images\/home.png",
        "\/assets\/images\/search.png",
        "\/assets\/images\/logo.png",
        "assets\/images\/headerlogo.png",
        "\/assets\/images\/close.png",
        "\/assets\/images\/popup-icon.png",
        "\/assets\/images\/view-term.png",
        "\/assets\/images\/check.png",
        "\/assets\/images\/coupon-icon.png",
        "\/assets\/images\/coupons-found.png",
        "\/assets\/images\/Coupon-not-found.png",
        "\/assets\/images\/user-icon.png",
        "\/assets\/images\/gear2.png",
        "\/assets\/images\/tvc-app-bg.jpg",
        "\/assets\/images\/favicon.png",
        "\/assets\/images\/gear.png",
        "\/assets\/images\/welcome.png",
        "\/assets\/images\/imagessaved.png",
        "\/assets\/images\/search-icon.png",
        "\/assets\/images\/wedntsupport.png",
        "\/assets\/images\/f.png",
        "\/assets\/images\/t.png",
        "\/poppins-medium.woff2",
        "\/poppins-regular.woff2",
        "\/poppins-semibold.woff2",
        "\/sidebar_import.css"
    ],
    "page_action": {
        "default_icon": "128x128.png",
        "default_title": "TVC"
    },
    "background": {
        "background_page": "background.html",
        "scripts": [
            "eventPage.js",
            "jq.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq.min.js",
                "content.js",
                "sidebar.js"
            ]
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "webNavigation",
        "*:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}