Infinite Search
Get Infinite scroll in google, youtube, yahoo, bing
Apa itu Infinite Search?
Infinite Search adalah ekstensi Chrome yang dikembangkan oleh sarathisahoo, dan fitur utamanya adalah "Get Infinite scroll in google, youtube, yahoo, bing".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Infinite Search
Unduh file ekstensi Infinite Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | djfccodmdanlhchfeamajnhjjaafmabd |
URL Resmi | https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd |
Deskripsi | Get Infinite scroll in google, youtube, yahoo, bing |
Ukuran File | 5.04 KB |
Jumlah Instalasi | 235 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-04-23 |
Tanggal Publikasi | 2018-04-23 |
Penilaian | 1.80/5 Total 5 Penilaian |
Pengembang | sarathisahoo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |