Social Scroll for Instagram

Auto scroll to the first Instagram post!

什么是Social Scroll for Instagram?

Social Scroll for Instagram是由http://hshaikh.com开发的Chrome扩展程序,该扩展的主要功能是“Auto scroll to the first Instagram post!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Social Scroll for Instagram扩展crx文件

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