Instagram Pop Out button

Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.

Apa itu Instagram Pop Out button?

Instagram Pop Out button adalah ekstensi Chrome yang dikembangkan oleh Andrey Shevchuk, dan fitur utamanya adalah "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Instagram Pop Out button

Unduh file ekstensi Instagram Pop Out button 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

                        Turns out, Instagram stores hi res versions of all the images! For some reason, it still only lets us see 614px wide thumbnails of them. Crops them, too! Isn't that a bit weird for a social network that's ostensibly all about pictures and original content? Oh well...

Normally, you would be able to do that from the context menu by right clicking the image, but no, Instagram doesn't allow that.                    

Informasi Dasar Ekstensi

Nama Instagram Pop Out button Instagram Pop Out button
ID lnohmjodbjklfmjnbebkkchbnklnhghh
URL Resmi https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh
Deskripsi Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.
Ukuran File 17.28 KB
Jumlah Instalasi 574
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-03
Tanggal Publikasi 2021-04-03
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Andrey Shevchuk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instagram Pop Out button",
    "description": "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.",
    "version": "1.0",
    "icons": {
        "16": "logo1-16.png",
        "128": "logo1-128.png"
    },
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "mahstyle.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}