Latest News Loader
This extension helps you simply read the world news. All you need to do is to select a keyword
Was ist Latest News Loader?
Latest News Loader ist eine Chrome-Erweiterung, die von florance.co.media entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you simply read the world news. All you need to do is to select a keyword".
Erweiterungsscreenshots
Latest News Loader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Latest News Loader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | cjjiphmgiokbapplkebjnbmefhhnedef |
Offizielle URL | https://chrome.google.com/webstore/detail/latest-news-loader/cjjiphmgiokbapplkebjnbmefhhnedef |
Beschreibung | This extension helps you simply read the world news. All you need to do is to select a keyword |
Dateigröße | 13.81 KB |
Installationsanzahl | 451 |
Aktuelle Version | 1 |
Letztes Update | 2022-12-21 |
Veröffentlichungsdatum | 2022-12-21 |
Entwickler | florance.co.media |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://home.reportionbreedy.xyz/ |
Hilfeseite URL | https://home.reportionbreedy.xyz/contact.html |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } |