Backly.ru кешбек

Удобный способ получать кешбек с ваших покупок

What is Backly.ru кешбек?

Backly.ru кешбек is a Chrome extension developed by http://backly.ru, and its main feature is "Удобный способ получать кешбек с ваших покупок".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Backly.ru кешбек Extension CRX File

Download Backly.ru кешбек 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

                        Плагин для пользователей кешбек сервиса backly.ru. Позволяет активировать кешбек не заходя на сайт!                    

Extension Basic Information

Name Backly.ru кешбек Backly.ru кешбек
ID cdhmbnnacholobigemmafmpdfcpkfdee
Official URL https://chrome.google.com/webstore/detail/backlyru-%D0%BA%D0%B5%D1%88%D0%B1%D0%B5%D0%BA/cdhmbnnacholobigemmafmpdfcpkfdee
Description Удобный способ получать кешбек с ваших покупок
File Size 409 KB
Installation Count 685
Current Version 0.0.110
Last Updated 2017-04-10
Publish Date 2017-04-10
Rating 3.81/5 Total 43 Ratings
Developer http://backly.ru
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.110",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "minimum_chrome_version": "42.0",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ru",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "cookies",
        "tabs",
        "storage",
        "alarms",
        "identity",
        "http:\/\/backly.ru\/*",
        "http:\/\/localhost:3000\/*",
        "http:\/\/fonts.googleapis.com\/*",
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/backly.ru\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/fonts.googleapis.com\/*",
                ""
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore-min.js",
                "bower_components\/vue\/dist\/vue.min.js",
                "scripts\/vue_components.js",
                "scripts\/backly\/environment.js",
                "scripts\/backly\/core.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Backly",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com; object-src 'self'"
}