The World News

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

Wat is The World News?

The World News is een Chrome-extensie ontwikkeld door adrienaranda, en de belangrijkste functie is "Extension that scrapes Reddit and displays the titles of the latest world news.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The World News

Download The World News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
Officiële URL https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
Beschrijving Extension that scrapes Reddit and displays the titles of the latest world news.
Bestandsgrootte 5.23 MB
Aantal Installaties 96
Huidige Versie 1.0.3
Laatst Bijgewerkt 2024-01-30
Publicatiedatum 2022-12-06
Beoordeling 5.00/5 Totaal 13 Beoordelingen
Ontwikkelaar adrienaranda
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}