Onliner real prices

Цены в реальных цифрах для onliner.by

What is Onliner real prices?

Onliner real prices is a Chrome extension developed by alex.doggy, and its main feature is "Цены в реальных цифрах для onliner.by".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Onliner real prices Extension CRX File

Download Onliner real prices 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

                        Конвертер цен для onliner.by для каталога, авто-мотокаталога, барахолки, аренды недвижимости в любую валюту на лету с заменой прямо на странице. Загрузка курсов валют с nbrb.by либо задание курса вручную. Возможность дополнительной настройки внешнего вида сайта (кнопка "вверх", скрытие лучшего комментария)                    

Extension Basic Information

Name Onliner real prices Onliner real prices
ID aolahpjmphldjgkdngpmckhdejbpnccn
Official URL https://chromewebstore.google.com/detail/onliner-real-prices/aolahpjmphldjgkdngpmckhdejbpnccn
Description Цены в реальных цифрах для onliner.by
File Size 46.84 KB
Installation Count 18
Current Version 0.0.5
Last Updated 2015-01-30
Publish Date 2015-01-30
Rating 5.00/5 Total 1 Ratings
Developer alex.doggy
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Onliner real prices",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "\u0426\u0435\u043d\u044b \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445 \u0446\u0438\u0444\u0440\u0430\u0445 \u0434\u043b\u044f onliner.by",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*.onliner.by\/*",
        "https:\/\/*.onliner.by\/*",
        "http:\/\/*.nbrb.by\/*"
    ],
    "browser_action": {
        "default_title": "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.onliner.by\/*",
                "https:\/\/*.onliner.by\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}