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 https://alerabat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never look for discount codes again - We will do it for you :)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में buykers | coupons and discount codes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}