Insta-Unlock

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

Apa itu Insta-Unlock?

Insta-Unlock adalah ekstensi Chrome yang dikembangkan oleh Sampson, dan fitur utamanya adalah "Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Insta-Unlock

Unduh file ekstensi Insta-Unlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Insta-Unlock Insta-Unlock
ID kpfmcimdicmgahhlbfliabfjbpakjnfk
URL Resmi https://chrome.google.com/webstore/detail/insta-unlock/kpfmcimdicmgahhlbfliabfjbpakjnfk
Deskripsi Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson
Ukuran File 98.17 KB
Jumlah Instalasi 486
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2021-03-14
Tanggal Publikasi 2020-01-19
Penilaian 2.20/5 Total 5 Penilaian
Pengembang Sampson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.twitter.com/jonathansampson
URL Halaman Bantuan https://www.twitter.com/jonathansampson
Bahasa yang Didukung 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"
            ]
        }
    ]
}