Breaking News

Get the top live-breaking news from all over the world in real-time!

Breaking News là gì?

Breaking News là một tiện ích mở rộng Chrome được phát triển bởi kimjones.solutions, và tính năng chính của nó là "Get the top live-breaking news from all over the world in real-time!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Breaking 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

                        The extension lets the user get the top live-breaking news from all over the world in real-time.                    

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

Tên Breaking News Breaking News
ID bcimglmahjflnpkifkgbcngldjojbplc
URL Chính Thức https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc
Mô tả Get the top live-breaking news from all over the world in real-time!
Kích Thước Tệp 14.74 KB
Số Lần Cài Đặt 2,099
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2022-12-14
Nhà Phát Triển kimjones.solutions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://home.himselvepostly.xyz/
URL Trang Trợ Giúp https://home.himselvepostly.xyz/contact.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Breaking News",
        "default_popup": "popup.html"
    },
    "description": "Get the top live-breaking news from all over the world in real-time!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Breaking News",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}