New Tab for Reddit

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

Was ist New Tab for Reddit?

New Tab for Reddit ist eine Chrome-Erweiterung, die von ALTab entwickelt wurde, und ihr Hauptmerkmal ist "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

New Tab for Reddit-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Tab for Reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name New Tab for Reddit New Tab for Reddit
ID mkdfgkdkelchdejnijjoamieonffdpmb
Offizielle URL https://chromewebstore.google.com/detail/new-tab-for-reddit/mkdfgkdkelchdejnijjoamieonffdpmb
Beschreibung Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!
Dateigröße 190 KB
Installationsanzahl 158
Aktuelle Version 1.18
Letztes Update 2023-12-03
Veröffentlichungsdatum 2022-03-23
Bewertung 4.63/5 Insgesamt 8 Bewertungen
Entwickler ALTab
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}