Cashberries

Cashberries Хром Расширение

What is Cashberries?

Cashberries is a Chrome extension developed by https://cashberries.ru, and its main feature is "Cashberries Хром Расширение".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cashberries Extension CRX File

Download Cashberries 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

                        Кэшбэк (Cashback) на Aliexpress.com до 30% - доступен на cashberries.ru. Алиэкспресс, iHerb, Booking.com и еще более 400 интернет-магазинов доступны в официальном расширении кэшбэк-сервиса cashberries. После установки Вы будете получать уведомления о доступности кэшбэк в магазинах-партнерах.                    

Extension Basic Information

Name Cashberries Cashberries
ID chopdfhdlpdbhbjlemenhjolibpddglf
Official URL https://chromewebstore.google.com/detail/cashberries/chopdfhdlpdbhbjlemenhjolibpddglf
Description Cashberries Хром Расширение
File Size 156 KB
Installation Count 243
Current Version 1.6
Last Updated 2018-12-17
Publish Date 2018-12-17
Rating 4.29/5 Total 7 Ratings
Developer https://cashberries.ru
Email [email protected]
Payment Type free
Extension Website https://cashberries.ru/retailer/1104/
Help Page URL https://cashberries.ru/retailer/1104/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cashberries",
    "description": "Cashberries \u0425\u0440\u043e\u043c \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435",
    "version": "1.6",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Cashberries \u0425\u0440\u043e\u043c \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/cashback.png",
        "img\/cashback_ali.png",
        "img\/btninfo.png",
        "img\/close.png",
        "css\/new.css"
    ]
}