RedditInfinity
Simple, lightweight infinite scrolling for reddit
什么是RedditInfinity?
RedditInfinity是由https://devinrousso.com开发的Chrome扩展程序,该扩展的主要功能是“Simple, lightweight infinite scrolling for reddit”。
扩展截图
下载RedditInfinity扩展crx文件
下载RedditInfinity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| ID | klldlkapcnpaanaeamibkgaljpblgkic | 
| 官方URL | https://chromewebstore.google.com/detail/redditinfinity/klldlkapcnpaanaeamibkgaljpblgkic | 
| 简介 | Simple, lightweight infinite scrolling for reddit | 
| 文件大小 | 44.01 KB | 
| 安装次数 | 168 | 
| 当前版本 | 1.0.4 | 
| 更新时间 | 2016-08-19 | 
| 上架时间 | 2016-08-19 | 
| 评分 | 4.67/5 共3次评分 | 
| 开发者 | https://devinrousso.com | 
| 付费类型 | free | 
| 帮助页面URL | https://github.com/dcrousso/RedditInfinity/issues | 
| 支持的语言 | 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"
    ]
}  |  |