Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

Vad är Infinite Search?

Infinite Search är en Chrome-tillägg utvecklad av sarathisahoo, och dess huvudfunktion är "Get Infinite scroll in google, youtube, yahoo, bing".

Tilläggsskärmbilder

Ladda ner Infinite Search-förlängningens CRX-fil

Ladda ner Infinite Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
Officiell webbadress https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
Beskrivning Get Infinite scroll in google, youtube, yahoo, bing
Filstorlek 5.04 KB
Antal Installationer 235
Aktuell Version 1.1
Senast Uppdaterad 2018-04-23
Publiceringsdatum 2018-04-23
Betyg 1.80/5 Totalt 5 Betyg
Utvecklare sarathisahoo
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}