Latest News Loader

This extension helps you simply read the world news. All you need to do is to select a keyword

Latest News Loader là gì?

Latest News Loader là một tiện ích mở rộng Chrome được phát triển bởi florance.co.media, và tính năng chính của nó là "This extension helps you simply read the world news. All you need to do is to select a keyword".

Ả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 Latest News Loader

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

                        Latest News Loader is a browser extension that keeps you up-to-date with the latest news from around the world. With this extension, you can easily access the top 10 news stories of the day directly from your browser. Simply click on the extension icon to see a list of the latest headlines and click on any of them to read the full article. Stay informed and never miss a beat with Latest News Loader!                    

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

Tên Latest News Loader Latest News Loader
ID cjjiphmgiokbapplkebjnbmefhhnedef
URL Chính Thức https://chrome.google.com/webstore/detail/latest-news-loader/cjjiphmgiokbapplkebjnbmefhhnedef
Mô tả This extension helps you simply read the world news. All you need to do is to select a keyword
Kích Thước Tệp 13.81 KB
Số Lần Cài Đặt 451
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2022-12-21
Ngày Phát Hành 2022-12-21
Nhà Phát Triển florance.co.media
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://home.reportionbreedy.xyz/
URL Trang Trợ Giúp https://home.reportionbreedy.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": "Latest News Loader",
        "default_popup": "popup.html"
    },
    "description": "This extension helps you simply read the world news. All you need to do is to select a keyword",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Latest News Loader",
    "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": [
        "*:\/\/*\/*"
    ]
}