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 là gì?

New Tab for Reddit là một tiện ích mở rộng Chrome được phát triển bởi ALTab, và tính năng chính của nó là "Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab for Reddit

Tải xuống các tệp mở rộng New Tab for Reddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Tab for Reddit New Tab for Reddit
ID mkdfgkdkelchdejnijjoamieonffdpmb
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-for-reddit/mkdfgkdkelchdejnijjoamieonffdpmb
Mô tả Get the best posts from your favourite Subreddits on your New Tab, a must for any Redditor!
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.18
Cập Nhật Lần Cuối 2023-12-03
Ngày Phát Hành 2022-03-23
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển ALTab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}