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によって開発されたChromeの拡張機能で、その主な機能は「Never look for discount codes again - We will do it for you :)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

buykers | coupons and discount codes拡張機能のCRXファイルをダウンロード

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