The World News

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

Hvad er The World News?

The World News er en Chrome-udvidelse udviklet af adrienaranda, og dens hovedfunktion er "Extension that scrapes Reddit and displays the titles of the latest world news.".

Udvidelsesskærmbilleder

screenshot

Download The World News-udvidelses-CRX-fil

Download The World News-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
Officiel URL https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
Beskrivelse Extension that scrapes Reddit and displays the titles of the latest world news.
Filstørrelse 5.23 MB
Antal Installationer 96
Nuværende Version 1.0.3
Senest Opdateret 2024-01-30
Udgivelsesdato 2022-12-06
Bedømmelse 5.00/5 Samlet 13 Bedømmelser
Udvikler adrienaranda
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}