Ultimate Reddit Browser

Effortlessly browse Reddit! Auto-load comments & navigate posts with your keyboard. Enhance your experience, no new tabs needed!

Ultimate Reddit Browser란 무엇입니까?

Ultimate Reddit Browser은(는) Ultimate Reddit Browser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effortlessly browse Reddit! Auto-load comments & navigate posts with your keyboard. Enhance your experience, no new tabs needed!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ultimate Reddit Browser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the ultimate Reddit browsing experience: a Chrome extension designed to maximize your time on Reddit while providing an enhanced, smooth, and efficient browsing experience. This alpha release is perfect for early adopters who want to try it out and provide valuable feedback to help shape its future development.

Currently, our extension works exclusively with the old Reddit design on old.reddit.com, but we have plans to expand compatibility to the new Reddit design in the future.

Key Features:

Auto-load comments: The extension automatically loads the comments of posts, so you don't have to click through to another page to read the discussion. This saves you time and makes it easier to participate in conversations or simply enjoy the content.

In-line comment viewing: Easily display comments without having to open a new tab. This means you can quickly read through the top comments on a post, join the conversation, or move on to the next post without losing your place.

Keyboard navigation: Effortlessly browse posts and the comment section with our intuitive keyboard shortcuts. Whether you're an experienced Reddit user or new to the platform, you'll quickly become a pro at navigating your favorite subreddits with ease.

Navigate through posts using Ctrl (or Cmd) + arrow keys, and navigate through comments using Shift + arrow keys.

Coming Soon:

Customizable settings: In the future, you'll be able to tailor your Reddit experience to your preferences with our customizable settings. Choose how many comments to load, set your preferred shortcuts, and more.

Compatibility with the new Reddit design: We're actively working on implementing our extension's features for the new Reddit design, bringing the same seamless browsing experience to an even broader audience.

Why should you install this extension?

Improved Efficiency: Our extension was designed with the goal of making Reddit browsing as seamless and efficient as possible. You'll be able to navigate more quickly and easily, allowing you to make the most of your time on the platform.

Enhanced Experience: The in-line comment viewing and keyboard navigation features make your browsing experience more enjoyable and immersive, enabling you to engage with the Reddit community in a whole new way.

Simplified Interface: By eliminating the need to constantly open new tabs, our extension simplifies your Reddit browsing experience. You'll be able to enjoy a cleaner, more organized interface that keeps you focused on the content.

Be a part of the development process: As an early adopter, you have the unique opportunity to provide feedback on the alpha release of our extension. Your input will help shape the future development and ensure that our extension continues to meet the needs of Reddit users like you.

In conclusion, our Chrome extension is an exciting new solution for anyone looking to enhance their Reddit browsing experience. While still in its alpha release, this extension is perfect for early adopters who want to try it out and provide feedback for future improvements. Download our Chrome extension today and revolutionize the way you browse Reddit!

Updates:

v 0.0.0.3
- Minor bugfixes
v 0.0.0.2 
- Minor bugfixes                    

확장 프로그램 기본 정보

이름 Ultimate Reddit Browser Ultimate Reddit Browser
ID gpcoljlgolbohdeomhioflgdffdjaile
공식 URL https://chromewebstore.google.com/detail/ultimate-reddit-browser/gpcoljlgolbohdeomhioflgdffdjaile
설명 Effortlessly browse Reddit! Auto-load comments & navigate posts with your keyboard. Enhance your experience, no new tabs needed!
파일 크기 20.99 KB
설치 횟수 38
현재 버전 0.0.0.3
최근 업데이트 2023-05-12
출시 날짜 2023-05-10
평점 5.00/5 총 1 개의 평점
개발자 Ultimate Reddit Browser
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/dbe472bf-a754-4ddb-9fe9-4cdea5c8cc9b
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultimate Reddit Browser",
    "version": "0.0.0.3",
    "incognito": "spanning",
    "permissions": [
        "storage"
    ],
    "description": "Effortlessly browse Reddit! Auto-load comments & navigate posts with your keyboard. Enhance your experience, no new tabs needed!",
    "action": {
        "default_popup": "scripts\/popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/old.reddit.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "scripts\/styles\/content.css"
            ],
            "type": "module"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*"
            ],
            "matches": [
                "https:\/\/old.reddit.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/old.reddit.com\/*"
    ]
}