Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

What is Infinite Search?

Infinite Search is a Chrome extension developed by sarathisahoo, and its main feature is "Get Infinite scroll in google, youtube, yahoo, bing".

Extension Screenshots

Download Infinite Search Extension CRX File

Download Infinite Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
Official URL https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
Description Get Infinite scroll in google, youtube, yahoo, bing
File Size 5.04 KB
Installation Count 235
Current Version 1.1
Last Updated 2018-04-23
Publish Date 2018-04-23
Rating 1.80/5 Total 5 Ratings
Developer sarathisahoo
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}