The World News

Extension that scrapes Reddit and displays the titles of the latest world news.

Qu'est-ce que The World News ?

The World News est une extension Chrome développée par adrienaranda, et sa fonction principale est "Extension that scrapes Reddit and displays the titles of the latest world news.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The World News

Téléchargez les fichiers d'extension The World News 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

                        TheWorldNews scrapes the most popular news from the subreddit "/u/worldnews" and presents them to you in a simple list. 
If you want, and only if you want, you can click on any title to jump to the thread and join the conversation in Reddit.

Designed for simplicity and privacy, no sign-ups or data storage required. 
Just get the most relevant current news without unnecessary clutter.                    

Informations de Base sur l'Extension

Nom The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
URL Officiel https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
Description Extension that scrapes Reddit and displays the titles of the latest world news.
Taille du Fichier 5.23 MB
Nombre d'Installations 96
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-01-30
Date de Publication 2022-12-06
Évaluation 5.00/5 Total 13 Évaluations
Développeur adrienaranda
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The World News",
    "description": "Extension that scrapes Reddit and displays the titles of the latest world news.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}