Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

Cos'è Infinite Search?

Infinite Search è un'estensione di Chrome sviluppata da sarathisahoo, e la sua funzione principale è "Get Infinite scroll in google, youtube, yahoo, bing".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Infinite Search

Scarica i file di estensione Infinite Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
URL Ufficiale https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
Descrizione Get Infinite scroll in google, youtube, yahoo, bing
Dimensione del File 5.04 KB
Conteggio Installazioni 235
Versione Corrente 1.1
Ultimo Aggiornamento 2018-04-23
Data di Pubblicazione 2018-04-23
Valutazione 1.80/5 Totale 5 Valutazioni
Sviluppatore sarathisahoo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}