Pro Weather News

Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!

Pro Weather News là gì?

Pro Weather News là một tiện ích mở rộng Chrome được phát triển bởi http://weathernews.tech, và tính năng chính của nó là "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pro Weather News

Tải xuống các tệp mở rộng Pro Weather News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
URL Chính Thức https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Mô tả Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-03-07
Ngày Phát Hành 2018-03-07
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://weathernews.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://weathernews.tech
URL Trang Trợ Giúp http://weathernews.tech/terms.php
URL Trang Chính Sách Bảo Mật http://weathernews.tech/privacy.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pro Weather News",
    "short_name": "Pro Weather News",
    "description": "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!",
    "version": "1.2",
    "background": {
        "scripts": [
            "lib\/weatherevent.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "resources\/weather.png",
        "default_title": "Weather Update",
        "default_popup": "lib\/weatherpopup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/weathercontent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "activeTab",
        "geolocation",
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*"
    ],
    "icons": {
        "16": "resources\/weathericon16-999.png",
        "48": "resources\/weathericon48-999.png",
        "128": "resources\/weathericon128-999.png"
    }
}