Social Scroll for Instagram

Auto scroll to the first Instagram post!

ما هو Social Scroll for Instagram؟

Social Scroll for Instagram هو إضافة Chrome تم تطويرها بواسطة http://hshaikh.com، والميزة الرئيسية لها هي "Auto scroll to the first Instagram post!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Social Scroll for Instagram

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

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

                        Looking to find someone's first Instagram post? We'll do it for you! 

Just press a button, and wait for the screen to scroll to the bottom!                    

معلومات أساسية عن التمديد

الاسم Social Scroll for Instagram Social Scroll for Instagram
ID kbmbejlifadafgahobnombfeibpngbji
عنوان URL الرسمي https://chrome.google.com/webstore/detail/social-scroll-for-instagr/kbmbejlifadafgahobnombfeibpngbji
الوصف Auto scroll to the first Instagram post!
حجم الملف 318 KB
عدد التثبيتات 683
النسخة الحالية 0.2
آخر تحديث 2022-02-01
تاريخ النشر 2021-11-10
تقييم 3.67/5 مجموع تقييمات 6
المطور http://hshaikh.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Scroll for Instagram",
    "version": "0.2",
    "description": "Auto scroll to the first Instagram post!",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "instagram.js"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": []
}