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.

Wat is Instagram Pop Out button?

Instagram Pop Out button is een Chrome-extensie ontwikkeld door Andrey Shevchuk, en de belangrijkste functie is "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Instagram Pop Out button

Download Instagram Pop Out button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Instagram Pop Out button Instagram Pop Out button
ID lnohmjodbjklfmjnbebkkchbnklnhghh
Officiële URL https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh
Beschrijving Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.
Bestandsgrootte 17.28 KB
Aantal Installaties 574
Huidige Versie 1.0
Laatst Bijgewerkt 2021-04-03
Publicatiedatum 2021-04-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Andrey Shevchuk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}