OKPlus

Meteo report provides local & long range weather forecasts for locations worldwide

What is OKPlus?

OKPlus is a Chrome extension developed by http://api.rixnews.com, and its main feature is "Meteo report provides local & long range weather forecasts for locations worldwide".

Extension Screenshots

screenshot
screenshot
screenshot

Download OKPlus Extension CRX File

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

                        Данное расширение предназначено для пользователей социальной сети "Одноклассники" и служит для того, что-бы заменить назойливую рекламу на блок с погодой в Вашем населенном пункте! Помимо этого есть много дополнительных возможностей, которые постоянно добавляются и обновляются. Расширение абсолютно бесплатно и устанавливается в один клик.                    

Extension Basic Information

Name OKPlus OKPlus
ID mblnoeafepgemhdnlbhbhlnegkglpalo
Official URL https://chrome.google.com/webstore/detail/okplus/mblnoeafepgemhdnlbhbhlnegkglpalo
Description Meteo report provides local & long range weather forecasts for locations worldwide
File Size 1.33 MB
Installation Count 908
Current Version 0.0.0.6
Last Updated 2019-08-08
Publish Date 2019-08-07
Rating 3.14/5 Total 7 Ratings
Developer http://api.rixnews.com
Email [email protected]
Payment Type free
Supported Languages en,en-US,ru
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OKPlus",
    "version": "0.0.0.6",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "permissions": [
        "tabs",
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/browser.png",
        "default_title": "__MSG_extPopup__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-3.4.0.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.4.0.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.meteo.report\/*",
                "*:\/\/*.ok.ru\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/icons\/*",
        "\/js\/hosts\/*"
    ]
}