Online Weather Forecast

Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.

Online Weather Forecastคืออะไร?

Online Weather Forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Online Weather Forecast และคุณลักษณะหลักของมันคือ "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search."

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

screenshot

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

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

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

                        Online Weather Forecast extension features Weather Forecast Search, Yahoo Web Search, Custom Backgrounds, Shortcuts & Time/Date. Get Hourly, & Daily Weather forecast. Search any city to get current weather reports. 

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://localweatherforecast.org/pages/privacy.html
EULA: https://localweatherforecast.org/pages/eula.html

Uninstall Instructions: 
https://localweatherforecast.org/pages/uninstall.html                    

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

ชื่อ Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
คำอธิบาย Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 531,531
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2023-01-13
วันที่เผยแพร่ 2022-04-13
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Online Weather Forecast
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://localweatherforecast.org/pages/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "manifest_version": 3,
    "short_name": "Online Weather Forecast",
    "description": "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.",
    "name": "Online Weather Forecast",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}