The World News

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

ما هو The World News؟

The World News هو إضافة Chrome تم تطويرها بواسطة adrienaranda، والميزة الرئيسية لها هي "Extension that scrapes Reddit and displays the titles of the latest world news.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The World News

قم بتنزيل ملفات الامتداد The World News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
الوصف Extension that scrapes Reddit and displays the titles of the latest world news.
حجم الملف 5.23 MB
عدد التثبيتات 96
النسخة الحالية 1.0.3
آخر تحديث 2024-01-30
تاريخ النشر 2022-12-06
تقييم 5.00/5 مجموع تقييمات 13
المطور adrienaranda
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    }
}