The World News

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

What is The World News?

The World News is a Chrome extension developed by adrienaranda, and its main feature is "Extension that scrapes Reddit and displays the titles of the latest world news.".

Extension Screenshots

screenshot

Download The World News Extension CRX File

Download The World News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
Official URL https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
Description Extension that scrapes Reddit and displays the titles of the latest world news.
File Size 5.23 MB
Installation Count 96
Current Version 1.0.3
Last Updated 2024-01-30
Publish Date 2022-12-06
Rating 5.00/5 Total 13 Ratings
Developer adrienaranda
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}