Latest News Loader

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

Qu'est-ce que Latest News Loader ?

Latest News Loader est une extension Chrome développée par florance.co.media, et sa fonction principale est "This extension helps you simply read the world news. All you need to do is to select a keyword".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Latest News Loader

Téléchargez les fichiers d'extension Latest News Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Latest News Loader Latest News Loader
ID cjjiphmgiokbapplkebjnbmefhhnedef
URL Officiel https://chrome.google.com/webstore/detail/latest-news-loader/cjjiphmgiokbapplkebjnbmefhhnedef
Description This extension helps you simply read the world news. All you need to do is to select a keyword
Taille du Fichier 13.81 KB
Nombre d'Installations 451
Version Actuelle 1
Dernière Mise à Jour 2022-12-21
Date de Publication 2022-12-21
Développeur florance.co.media
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://home.reportionbreedy.xyz/
URL de la Page d'Aide https://home.reportionbreedy.xyz/contact.html
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}