Infinite Search

Get Infinite scroll in google, youtube, yahoo, bing

ما هو Infinite Search؟

Infinite Search هو إضافة Chrome تم تطويرها بواسطة sarathisahoo، والميزة الرئيسية لها هي "Get Infinite scroll in google, youtube, yahoo, bing".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Infinite Search

قم بتنزيل ملفات الامتداد Infinite Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
        }
    ]
}