Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

Infinite Searchとは何ですか?

Infinite Searchはsarathisahooによって開発されたChromeの拡張機能で、その主な機能は「Get Infinite scroll in google, youtube, yahoo, bing」です。

拡張機能のスクリーンショット

Infinite Search拡張機能のCRXファイルをダウンロード

Infinite Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
公式URL https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
説明 Get Infinite scroll in google, youtube, yahoo, bing
ファイルサイズ 5.04 KB
インストール数 235
現在のバージョン 1.1
最終更新日 2018-04-23
公開日 2018-04-23
評価 1.80/5 合計 5 レビュー
開発者 sarathisahoo
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}