Latest News Loader

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

Co je Latest News Loader?

Latest News Loader je rozšíření Chrome vyvinuté florance.co.media, a jeho hlavní funkcí je „This extension helps you simply read the world news. All you need to do is to select a keyword“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Latest News Loader

Stáhněte si soubory rozšíření Latest News Loader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Latest News Loader Latest News Loader
ID cjjiphmgiokbapplkebjnbmefhhnedef
Oficiální URL https://chrome.google.com/webstore/detail/latest-news-loader/cjjiphmgiokbapplkebjnbmefhhnedef
Popis This extension helps you simply read the world news. All you need to do is to select a keyword
Velikost souboru 13.81 KB
Počet instalací 451
Aktuální Verze 1
Poslední Aktualizace 2022-12-21
Datum Vydání 2022-12-21
Vývojář florance.co.media
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://home.reportionbreedy.xyz/
URL Stránky Nápovědy https://home.reportionbreedy.xyz/contact.html
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}