buykers | coupons and discount codes

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

What is buykers | coupons and discount codes?

buykers | coupons and discount codes is a Chrome extension developed by https://alerabat.com, and its main feature is "Never look for discount codes again - We will do it for you :)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download buykers | coupons and discount codes Extension CRX File

Download buykers | coupons and discount codes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name buykers | coupons and discount codes buykers | coupons and discount codes
ID dacdinoicboceafielngnmjjplncljhj
Official URL https://chromewebstore.google.com/detail/buykers-coupons-and-disco/dacdinoicboceafielngnmjjplncljhj
Description Never look for discount codes again - We will do it for you :)
File Size 3.76 MB
Installation Count 600,000
Current Version 0.31.0
Last Updated 2024-03-01
Publish Date 2020-07-04
Rating 4.71/5 Total 1558 Ratings
Developer https://alerabat.com
Email [email protected]
Payment Type free
Extension Website https://alerabat.com/extension-home
Help Page URL https://alerabat.com/polityka-prywatnosci-wtyczka
Privacy Policy Page URL https://alerabat.com/polityka-prywatnosci-wtyczka
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}