Latest News Loader

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

Vad är Latest News Loader?

Latest News Loader är en Chrome-tillägg utvecklad av florance.co.media, och dess huvudfunktion är "This extension helps you simply read the world news. All you need to do is to select a keyword".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Latest News Loader-förlängningens CRX-fil

Ladda ner Latest News Loader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Latest News Loader Latest News Loader
ID cjjiphmgiokbapplkebjnbmefhhnedef
Officiell webbadress https://chrome.google.com/webstore/detail/latest-news-loader/cjjiphmgiokbapplkebjnbmefhhnedef
Beskrivning This extension helps you simply read the world news. All you need to do is to select a keyword
Filstorlek 13.81 KB
Antal Installationer 451
Aktuell Version 1
Senast Uppdaterad 2022-12-21
Publiceringsdatum 2022-12-21
Utvecklare florance.co.media
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://home.reportionbreedy.xyz/
Hjälpsida URL https://home.reportionbreedy.xyz/contact.html
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}