Infinite Search
Get Infinite scroll in google, youtube, yahoo, bing
Hvad er Infinite Search?
Infinite Search er en Chrome-udvidelse udviklet af sarathisahoo, og dens hovedfunktion er "Get Infinite scroll in google, youtube, yahoo, bing".
Udvidelsesskærmbilleder
Download Infinite Search-udvidelses-CRX-fil
Download Infinite Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | djfccodmdanlhchfeamajnhjjaafmabd |
Officiel URL | https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd |
Beskrivelse | Get Infinite scroll in google, youtube, yahoo, bing |
Filstørrelse | 5.04 KB |
Antal Installationer | 235 |
Nuværende Version | 1.1 |
Senest Opdateret | 2018-04-23 |
Udgivelsesdato | 2018-04-23 |
Bedømmelse | 1.80/5 Samlet 5 Bedømmelser |
Udvikler | sarathisahoo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |