Backly.ru кешбек

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

Qu'est-ce que Backly.ru кешбек ?

Backly.ru кешбек est une extension Chrome développée par http://backly.ru, et sa fonction principale est "Удобный способ получать кешбек с ваших покупок".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Backly.ru кешбек

Téléchargez les fichiers d'extension Backly.ru кешбек 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

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

Informations de Base sur l'Extension

Nom Backly.ru кешбек Backly.ru кешбек
ID cdhmbnnacholobigemmafmpdfcpkfdee
URL Officiel https://chrome.google.com/webstore/detail/backlyru-%D0%BA%D0%B5%D1%88%D0%B1%D0%B5%D0%BA/cdhmbnnacholobigemmafmpdfcpkfdee
Description Удобный способ получать кешбек с ваших покупок
Taille du Fichier 409 KB
Nombre d'Installations 685
Version Actuelle 0.0.110
Dernière Mise à Jour 2017-04-10
Date de Publication 2017-04-10
Évaluation 3.81/5 Total 43 Évaluations
Développeur http://backly.ru
Type de Paiement free
Langues Prises en Charge 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'"
}