AllDiscount - экономь на покупках!

Наше расширение будет автоматически активировать Вам кэшбэк, и Вы не упустите свою выгоду!

What is AllDiscount - экономь на покупках!?

AllDiscount - экономь на покупках! is a Chrome extension developed by https://alldiscount.info, and its main feature is "Наше расширение будет автоматически активировать Вам кэшбэк, и Вы не упустите свою выгоду!".

Extension Screenshots

screenshot
screenshot
screenshot

Download AllDiscount - экономь на покупках! Extension CRX File

Download AllDiscount - экономь на покупках! 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

                        Если вы часто забываете оформить кэшбэк, то наше расширение для вас. Расширение поможет вам не забыть о кэшбэке при каждой покупке.

Забыли начать свой интернет-шоппинг с сайта AllDiscount? Установите официальное расширение для браузера, и кэшбэк будет автоматически начисляться при покупках в одном из магазинов, представленных у нас на сайте.

Для удобства использования вам доступен быстрый поиск магазинов с кэшбэком , а также вы можете увидеть список наиболее популярных магазинов - и все это в вашем браузере.

Мы поможем сэкономить ваши деньги!                    

Extension Basic Information

Name AllDiscount - экономь на покупках! AllDiscount - экономь на покупках!
ID lghgjjdigihohincmembnkabfkflelka
Official URL https://chromewebstore.google.com/detail/alldiscount-%D1%8D%D0%BA%D0%BE%D0%BD%D0%BE%D0%BC%D1%8C-%D0%BD%D0%B0-%D0%BF%D0%BE/lghgjjdigihohincmembnkabfkflelka
Description Наше расширение будет автоматически активировать Вам кэшбэк, и Вы не упустите свою выгоду!
File Size 1.04 MB
Installation Count 540
Current Version 1.2.3
Last Updated 2016-11-28
Publish Date 2016-11-28
Rating 3.42/5 Total 12 Ratings
Developer https://alldiscount.info
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AllDiscount - \u044d\u043a\u043e\u043d\u043e\u043c\u044c \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0445!",
    "short_name": "AllDiscount",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "\u041d\u0430\u0448\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0412\u0430\u043c \u043a\u044d\u0448\u0431\u044d\u043a, \u0438 \u0412\u044b \u043d\u0435 \u0443\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0432\u044b\u0433\u043e\u0434\u0443!",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "AllDiscount - \u043f\u043e\u043a\u0443\u043f\u0430\u0439\u0442\u0435 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435 \u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0439\u0442\u0435 \u0441\u0435\u0431\u0435 \u0434\u043e 40%!"
    },
    "icons": {
        "16": "img\/icon-small.png",
        "48": "img\/icon-small.png",
        "128": "img\/icon-small.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/user.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/icon.png"
    ]
}