Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

Infinite Search là gì?

Infinite Search là một tiện ích mở rộng Chrome được phát triển bởi sarathisahoo, và tính năng chính của nó là "Get Infinite scroll in google, youtube, yahoo, bing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Infinite Search

Tải xuống các tệp mở rộng Infinite Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Infinite Search Infinite Search
ID djfccodmdanlhchfeamajnhjjaafmabd
URL Chính Thức https://chrome.google.com/webstore/detail/infinite-search/djfccodmdanlhchfeamajnhjjaafmabd
Mô tả Get Infinite scroll in google, youtube, yahoo, bing
Kích Thước Tệp 5.04 KB
Số Lần Cài Đặt 235
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-04-23
Ngày Phát Hành 2018-04-23
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển sarathisahoo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}