Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

什么是Infinite Search?

Infinite Search是由sarathisahoo开发的Chrome扩展程序,该扩展的主要功能是“Get Infinite scroll in google, youtube, yahoo, bing”。

扩展截图

下载Infinite Search扩展crx文件

下载Infinite Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you like infinite scroll in facebook, you will definitely like this add on.
It will add same feature for google,youtube,Yahoo Search and bing.
Search anything on these sites and you get new results as you scroll down, down and down.                    

扩展基本信息

名称 Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
官方URL https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
简介 Get Infinite scroll in google, youtube, yahoo, bing
文件大小 5.04 KB
安装次数 235
当前版本 1.1
更新时间 2018-04-23
上架时间 2018-04-23
评分 1.80/5 共5次评分
开发者 sarathisahoo
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Infinite Search",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Get Infinite scroll in google, youtube, yahoo, bing",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "InfiniteSearch.js"
            ],
            "run_at": "document_start"
        }
    ]
}