The World News

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

Apa itu The World News?

The World News adalah ekstensi Chrome yang dikembangkan oleh adrienaranda, dan fitur utamanya adalah "Extension that scrapes Reddit and displays the titles of the latest world news.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The World News

Unduh file ekstensi The World News dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
URL Resmi https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
Deskripsi Extension that scrapes Reddit and displays the titles of the latest world news.
Ukuran File 5.23 MB
Jumlah Instalasi 96
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2024-01-30
Tanggal Publikasi 2022-12-06
Penilaian 5.00/5 Total 13 Penilaian
Pengembang adrienaranda
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}