Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

O que é Infinite Search?

Infinite Search é uma extensão do Chrome desenvolvida por sarathisahoo, e sua principal característica é "Get Infinite scroll in google, youtube, yahoo, bing".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Infinite Search

Baixe arquivos de extensão Infinite Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
URL Oficial https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
Descrição Get Infinite scroll in google, youtube, yahoo, bing
Tamanho do Arquivo 5.04 KB
Contagem de Instalações 235
Versão Atual 1.1
Última Atualização 2018-04-23
Data de Publicação 2018-04-23
Classificação 1.80/5 Total de 5 Avaliações
Desenvolvedor sarathisahoo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}