Social Scroll for Instagram

Auto scroll to the first Instagram post!

Social Scroll for Instagram là gì?

Social Scroll for Instagram là một tiện ích mở rộng Chrome được phát triển bởi http://hshaikh.com, và tính năng chính của nó là "Auto scroll to the first Instagram post!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Scroll for Instagram

Tải xuống các tệp mở rộng Social Scroll for Instagram 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

                        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!                    

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

Tên Social Scroll for Instagram Social Scroll for Instagram
ID kbmbejlifadafgahobnombfeibpngbji
URL Chính Thức https://chrome.google.com/webstore/detail/social-scroll-for-instagr/kbmbejlifadafgahobnombfeibpngbji
Mô tả Auto scroll to the first Instagram post!
Kích Thước Tệp 318 KB
Số Lần Cài Đặt 683
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-02-01
Ngày Phát Hành 2021-11-10
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://hshaikh.com
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": "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": []
}