RedditInfinity

Simple, lightweight infinite scrolling for reddit

RedditInfinity là gì?

RedditInfinity là một tiện ích mở rộng Chrome được phát triển bởi https://devinrousso.com, và tính năng chính của nó là "Simple, lightweight infinite scrolling for reddit".

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

screenshot
screenshot

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

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

                        Ever browse Reddit and find yourself annoyed at having to click the "next" button?  If so, please install RedditInfinity.

RedditInfinity is a lightweight extension targeted at "https://www.reddit.com/*" pages that will automatically load the next page when you have scrolled half way down the page.  No more clicking, just scroll.


Version 1.0:
 - Created Extension
 - Infinite scroll will only work on pages that contain a "next" link                    

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

Tên RedditInfinity RedditInfinity
ID klldlkapcnpaanaeamibkgaljpblgkic
URL Chính Thức https://chromewebstore.google.com/detail/redditinfinity/klldlkapcnpaanaeamibkgaljpblgkic
Mô tả Simple, lightweight infinite scrolling for reddit
Kích Thước Tệp 44.01 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2016-08-19
Ngày Phát Hành 2016-08-19
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://devinrousso.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/dcrousso/RedditInfinity/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.4",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "scripts\/infinity.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/loading.gif"
    ]
}