Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

Wat is Infinite Search?

Infinite Search is een Chrome-extensie ontwikkeld door sarathisahoo, en de belangrijkste functie is "Get Infinite scroll in google, youtube, yahoo, bing".

Extensie Screenshots

Download het CRX-bestand van de extensie Infinite Search

Download Infinite Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
Officiële URL https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
Beschrijving Get Infinite scroll in google, youtube, yahoo, bing
Bestandsgrootte 5.04 KB
Aantal Installaties 235
Huidige Versie 1.1
Laatst Bijgewerkt 2018-04-23
Publicatiedatum 2018-04-23
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar sarathisahoo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}