TopCashback UK Get Cashback & Vouchers

Join over 20m members to earn cashback and get the best vouchers when you shop online with the TopCashback browser extension

TopCashback UK Get Cashback & Vouchersคืออะไร?

TopCashback UK Get Cashback & Vouchers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.topcashback.co.uk และคุณลักษณะหลักของมันคือ "Join over 20m members to earn cashback and get the best vouchers when you shop online with the TopCashback browser extension"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TopCashback UK Get Cashback & Vouchers

ดาวน์โหลดไฟล์ส่วนขยาย TopCashback UK Get Cashback & Vouchers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        TopCashback is the UK's leading Cashback Site with over 20 million members worldwide, shopping online already earning cashback. With over 4,000 merchants listed on TopCashback UK site, our new TopCashback Browser Extension is the most convenient way for you to earn cashback when shopping online.

Benefits of the Browser Extension include:

Save Money and Earn Cashback
- The easiest way to search for the UK leading cashback rates and the best voucher codes to help save you money

Helpful Reminders
- Get notified of available cashback rates whilst browsing your favourite retailers.

Search for Retailers
- Search for your favourite retailers from within the extension and instantly find out what cashback rates are on offer.

Voucher Codes
- Receive a notification when a voucher code has been found for you as you shop which can automatically be applied to your basket. Making it even easier for you to save money while you shop.   

By clicking “Add to Chrome,” you agree to the additional TopCashback Browser End User License Agreement: https://www.topcashback.co.uk/Dyn/browser-extension-EULA

Please see our Browser Extension Privacy Policy at: https://www.topcashback.co.uk/dyn/browser-ex-privacy                    

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

ชื่อ TopCashback UK Get Cashback & Vouchers TopCashback UK Get Cashback & Vouchers
ID ekeeeebmbhkkjcaoicinbdjmklipppkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/topcashback-uk-get-cashba/ekeeeebmbhkkjcaoicinbdjmklipppkj
คำอธิบาย Join over 20m members to earn cashback and get the best vouchers when you shop online with the TopCashback browser extension
ขนาดไฟล์ 7.18 MB
จำนวนการติดตั้ง 200,000
เวอร์ชันปัจจุบัน 4.8.0.0
อัปเดตครั้งล่าสุด 2024-02-18
วันที่เผยแพร่ 2019-08-08
คะแนน 2.92/5 รวมทั้งหมด 209 คะแนน
ผู้พัฒนา https://www.topcashback.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.topcashback.co.uk
URL หน้าช่วยเหลือ http://www.topcashback.co.uk/Help/186
URL หน้านโยบายความเป็นส่วนตัว https://www.topcashback.co.uk/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TopCashback UK Get Cashback & Vouchers",
    "short_name": "TopCashback",
    "version": "4.8.0.0",
    "description": "Join over 20m members to earn cashback and get the best vouchers when you shop online with the TopCashback browser extension",
    "homepage_url": "https:\/\/www.topcashback.co.uk",
    "author": "TopCashback",
    "manifest_version": 3,
    "incognito": "not_allowed",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeNetRequestWithHostAccess",
        "alarms",
        "webNavigation"
    ],
    "background": {
        "service_worker": "service_worker_wrapper.js"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon-32.png",
        "default_title": "TopCashback UK Get Cashback & Vouchers",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-32.png",
        "18": "icon-32.png",
        "32": "icon-32.png",
        "128": "icon-32.png"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "icon-32.png",
                "icon-32-active.png",
                "icon_loop\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}