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 ALTab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Tab for Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}