OKPlus

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

OKPlus란 무엇입니까?

OKPlus은(는) http://api.rixnews.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meteo report provides local & long range weather forecasts for locations worldwide"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OKPlus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 OKPlus OKPlus
ID mblnoeafepgemhdnlbhbhlnegkglpalo
공식 URL https://chrome.google.com/webstore/detail/okplus/mblnoeafepgemhdnlbhbhlnegkglpalo
설명 Meteo report provides local & long range weather forecasts for locations worldwide
파일 크기 1.33 MB
설치 횟수 908
현재 버전 0.0.0.6
최근 업데이트 2019-08-08
출시 날짜 2019-08-07
평점 3.14/5 총 7 개의 평점
개발자 http://api.rixnews.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}