buykers | coupons and discount codes

Never look for discount codes again - We will do it for you :)

buykers | coupons and discount codesคืออะไร?

buykers | coupons and discount codes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alerabat.com และคุณลักษณะหลักของมันคือ "Never look for discount codes again - We will do it for you :)"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย buykers | coupons and discount codes

ดาวน์โหลดไฟล์ส่วนขยาย buykers | coupons and discount codes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        buykers is a free browser plugin that automatically finds and tests all currently available discount coupons during your shopping. Just one click and the best discount will be added to your cart!
 
Find out how easy it is:
 
1. Install our plugin for chrome
2. Shop online as usual
3. During shopping we will automatically show you the available discount codes in your basket, you will be able to test them with one click and the best discount code will automatically be applied to your order.
 
One click and you buy cheaper, not bad right?
Install our plugin and use it completely for free!
 
We have nearly 17,000 discount coupons for over 3,000 online shops in the UK & AU!
 
________________________________________________________
 
If you have any questions please write to us at [email protected] or [email protected]
You can find our Terms of Service here: 
UK:
https://buykers.co.uk/terms-of-service
Contact details: https://buykers.co.uk/contact-us
AU:
https://buykers.com.au/terms-of-service
Contact details: https://buykers.com.au/contact-us
 
We also want you to know that your privacy and data protection is extremely important to us. Remember that we never sell your data. We only process it for statistical and marketing purposes to ensure that you can use the best discount coupons in the most convenient way possible. You can read more about our Privacy Policy here: 
UK: https://buykers.co.uk/privacy-policy-plugin
AU: https://buykers.com.au/privacy-policy-plugin                    

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

ชื่อ buykers | coupons and discount codes buykers | coupons and discount codes
ID dacdinoicboceafielngnmjjplncljhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/buykers-coupons-and-disco/dacdinoicboceafielngnmjjplncljhj
คำอธิบาย Never look for discount codes again - We will do it for you :)
ขนาดไฟล์ 3.76 MB
จำนวนการติดตั้ง 600,000
เวอร์ชันปัจจุบัน 0.31.0
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-07-04
คะแนน 4.71/5 รวมทั้งหมด 1558 คะแนน
ผู้พัฒนา https://alerabat.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://alerabat.com/extension-home
URL หน้าช่วยเหลือ https://alerabat.com/polityka-prywatnosci-wtyczka
URL หน้านโยบายความเป็นส่วนตัว https://alerabat.com/polityka-prywatnosci-wtyczka
ภาษาที่รองรับ de,en,fr,nl,tr,es,pl,cs,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.31.0",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "pl",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon\/icon16.png",
            "48": "img\/icon\/icon48.png",
            "64": "img\/icon\/icon64.png",
            "128": "img\/icon\/icon128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.buykers.at\/",
        "*:\/\/*.buykers.com.au\/",
        "*:\/\/*.buykers.cz\/",
        "*:\/\/*.buykers.de\/",
        "*:\/\/*.buykers.co.uk\/",
        "*:\/\/*.buykers.es\/",
        "*:\/\/*.buykers.nl\/",
        "*:\/\/*.buykers.com.tr\/",
        "*:\/\/*.buykers.com\/",
        "*:\/\/*.alerabat.com\/",
        "*:\/\/*.alerabat.local\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
    },
    "icons": {
        "16": "img\/icon\/icon16.png",
        "48": "img\/icon\/icon48.png",
        "64": "img\/icon\/icon64.png",
        "128": "img\/icon\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png",
                "img\/*.svg",
                "content.css",
                "fonts\/*.woff2",
                "locales\/**\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}