Insta-Unlock

Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson

什么是Insta-Unlock?

Insta-Unlock是由Sampson开发的Chrome扩展程序,该扩展的主要功能是“Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson”。

扩展截图

screenshot

下载Insta-Unlock扩展crx文件

下载Insta-Unlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instagram may prevent unauthenticated users from scrolling too far down the page. This extension will prevent their modal, allowing you to continue scrolling uninterrupted. If it ever stops working, let me know.                    

扩展基本信息

名称 Insta-Unlock Insta-Unlock
ID kpfmcimdicmgahhlbfliabfjbpakjnfk
官方URL https://chrome.google.com/webstore/detail/insta-unlock/kpfmcimdicmgahhlbfliabfjbpakjnfk
简介 Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson
文件大小 98.17 KB
安装次数 486
当前版本 0.0.2
更新时间 2021-03-14
上架时间 2020-01-19
评分 2.20/5 共5次评分
开发者 Sampson
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.twitter.com/jonathansampson
帮助页面URL https://www.twitter.com/jonathansampson
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Insta-Unlock",
    "version": "0.0.2",
    "description": "Prevents the dreadful Instagram modal\/scroll-lock. If this ever stops working, let me know: twitter.com\/jonathansampson",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "insta-unlock.js"
            ]
        }
    ]
}