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!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης New Tab for Reddit
Λήψη αρχείων επέκτασης New Tab for Reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |