FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

FIFA 2018 World Cup Live Notifications là gì?

FIFA 2018 World Cup Live Notifications là một tiện ích mở rộng Chrome được phát triển bởi Uday Kumar Pyda, và tính năng chính của nó là "Live notifications from the 2018 FIFA World Cup".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FIFA 2018 World Cup Live Notifications

Tải xuống các tệp mở rộng FIFA 2018 World Cup Live Notifications 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

                        Install this extension to get notified of important events from the ongoing 2018 FIFA world cup without having to constantly monitor the games. Notifications auto dismiss in 10 seconds, so it is totally unobtrusive.                    

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

Tên FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
URL Chính Thức https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
Mô tả Live notifications from the 2018 FIFA World Cup
Kích Thước Tệp 238 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2018-07-14
Ngày Phát Hành 2018-07-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Uday Kumar Pyda
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 2018 World Cup Live Notifications",
    "version": "1.0.5",
    "description": "Live notifications from the 2018 FIFA World Cup",
    "browser_action": {
        "default_icon": "fifa.png",
        "default_title": "2018 FIFA World Cup",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "google-analytics-bundle.js",
            "jquery-1.9.1.min.js",
            "moment.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "fifa48.png",
        "128": "fifa128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.fifa.com\/",
        "https:\/\/*.fifa.com\/",
        "https:\/\/www.google-analytics.com\/*",
        "notifications",
        "storage",
        "tts"
    ],
    "web_accessible_resources": [
        "fifa48.png"
    ]
}