Reddit Enhancer

Various tweaks to customise your Reddit experience. Supports Old, New and the Latest version of Reddit.

Reddit Enhancer là gì?

Reddit Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Joelacus, và tính năng chính của nó là "Various tweaks to customise your Reddit experience. Supports Old, New and the Latest version of Reddit.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Reddit Enhancer 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

                        Enhance your Reddit experience with Reddit Enhancer! A browser extension that allows you to customise your Reddit page with just a few clicks.
Supports All Versions of Reddit.

With Reddit Enhancer, you can:
• Resize the feed and post width for a better viewing experience.
• Customise theme colours and add a background wallpaper.
• Hide prompted posts and reddit premium ads.
• Hide numerous other elements you don't use or want to see for a cleaner and less cluttered interface.
• Scale tall images to fit within the post, or add a scrollbar to see the full width of the image and just scroll to see more.
• Scroll to the next root comment with a click of a button.
• Number posts to keep track of how many you have scrolled passed, or add a Break Reminder every x number of posts.
• Limit the infinity scroll to 25 posts at a time.
• Enable Bionic Reading for posts and comments, and/or change the font size, for faster and easier reading.
• Show the missing post author on the latest version of Reddit.
• And much more! See support site for a full list of features.

*not all features support all versions of Reddit.


How To Use:
1. Install the add-on.
2. Visit reddit.com
3. Click on Reddit Enhancer in Extensions menu in the Chrome toolbar.
4. Enable the features you want :)



This add-on is not affiliated or endorsed by Reddit.
This add-on does not collect data and respects users' privacy.

Updates to the Reddit site may break this add-on in the future, please open an issue if you encounter any bugs, or have any new feature suggestions. I welcome any translation help if you would like to contribute towards improving and/or adding new translations.
See website link in the Additional Information section.                    

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

Tên Reddit Enhancer Reddit Enhancer
ID onglbklimdjicpdadjieknodkkmjldoa
URL Chính Thức https://chromewebstore.google.com/detail/reddit-enhancer/onglbklimdjicpdadjieknodkkmjldoa
Mô tả Various tweaks to customise your Reddit experience. Supports Old, New and the Latest version of Reddit.
Kích Thước Tệp 523 KB
Số Lần Cài Đặt 1,174
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-02-13
Đánh Giá 4.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Joelacus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/joelacus/RedditEnhancer
URL Trang Trợ Giúp https://github.com/joelacus/RedditEnhancer
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,es,it,hu,pl,fi,sv,cs,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.3.0",
    "description": "__MSG_extensionDescription__",
    "author": "github.com\/joelacus",
    "default_locale": "en",
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "content_first.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/**\/*",
                "videojs\/video-js.css",
                "videojs\/video.min.js",
                "changelog.txt"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        }
    }
}