buykers | coupons and discount codes

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

Qu'est-ce que buykers | coupons and discount codes ?

buykers | coupons and discount codes est une extension Chrome développée par https://alerabat.com, et sa fonction principale est "Never look for discount codes again - We will do it for you :)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension buykers | coupons and discount codes

Téléchargez les fichiers d'extension buykers | coupons and discount codes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom buykers | coupons and discount codes buykers | coupons and discount codes
ID dacdinoicboceafielngnmjjplncljhj
URL Officiel https://chromewebstore.google.com/detail/buykers-coupons-and-disco/dacdinoicboceafielngnmjjplncljhj
Description Never look for discount codes again - We will do it for you :)
Taille du Fichier 3.76 MB
Nombre d'Installations 600,000
Version Actuelle 0.31.0
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-07-04
Évaluation 4.71/5 Total 1558 Évaluations
Développeur https://alerabat.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://alerabat.com/extension-home
URL de la Page d'Aide https://alerabat.com/polityka-prywatnosci-wtyczka
URL de la Page de Politique de Confidentialité https://alerabat.com/polityka-prywatnosci-wtyczka
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}