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
官方網址 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"
        }
    ]
}