OKPlus

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

OKPlusคืออะไร?

OKPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://api.rixnews.com และคุณลักษณะหลักของมันคือ "Meteo report provides local & long range weather forecasts for locations worldwide"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OKPlus

ดาวน์โหลดไฟล์ส่วนขยาย OKPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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\/*"
    ]
}