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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}