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
Eメール [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"
            ]
        }
    ]
}