Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

Qu'est-ce que Infinite Search ?

Infinite Search est une extension Chrome développée par sarathisahoo, et sa fonction principale est "Get Infinite scroll in google, youtube, yahoo, bing".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Infinite Search

Téléchargez les fichiers d'extension Infinite Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
URL Officiel https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
Description Get Infinite scroll in google, youtube, yahoo, bing
Taille du Fichier 5.04 KB
Nombre d'Installations 235
Version Actuelle 1.1
Dernière Mise à Jour 2018-04-23
Date de Publication 2018-04-23
Évaluation 1.80/5 Total 5 Évaluations
Développeur sarathisahoo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}