New Tab for Reddit

Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!

ما هو New Tab for Reddit؟

New Tab for Reddit هو إضافة Chrome تم تطويرها بواسطة ALTab، والميزة الرئيسية لها هي "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة New Tab for Reddit

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

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

                        Combine multiple Subreddits into a single feed and see the top posts, links, images, and videos in one place.

1. Add any Subreddit's feed you want to follow to your homepage
2. Combine multiple Subreddits into a single feed (e.g. meirl + me_irl, whitepeopletwitter + blackpeopletwitter)
3. Drag and drop feeds to arrange the perfect home page
4. Most visited sites and Google Search will still be there, at the top of the page

For Redditors, by Redditors                    

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

الاسم New Tab for Reddit New Tab for Reddit
ID mkdfgkdkelchdejnijjoamieonffdpmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-for-reddit/mkdfgkdkelchdejnijjoamieonffdpmb
الوصف Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!
حجم الملف 190 KB
عدد التثبيتات 158
النسخة الحالية 1.18
آخر تحديث 2023-12-03
تاريخ النشر 2022-03-23
تقييم 4.63/5 مجموع تقييمات 8
المطور ALTab
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab for Reddit",
    "description": "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!",
    "version": "1.18",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png",
        "64": "64-icon.png"
    },
    "action": [],
    "optional_permissions": [
        "topSites"
    ]
}