Instagram Full Size Photos (Chrome extension)

Extension to view instagram photos at full size. / Extensión para ver las fotos de instagram a tamaño completo.

Vad är Instagram Full Size Photos (Chrome extension)?

Instagram Full Size Photos (Chrome extension) är en Chrome-tillägg utvecklad av Federico Holc, och dess huvudfunktion är "Extension to view instagram photos at full size. / Extensión para ver las fotos de instagram a tamaño completo.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Instagram Full Size Photos (Chrome extension)-förlängningens CRX-fil

Ladda ner Instagram Full Size Photos (Chrome extension)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The extension is used to view Instagram photos in full size. Once installed, when you enter the Instagram website, each image will have a magnifying glass icon in the upper right corner. Clicking on the icon will open the image in full size. Clicking on the image will take you back to the previous screen. 
It works only with photos (both from the main feed and from each user's profile), but not with videos or reels.                    

Grundläggande Information om Tillägg

Namn Instagram Full Size Photos (Chrome extension) Instagram Full Size Photos (Chrome extension)
ID eanpijghoobafibemccmoleollpjhcgg
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-full-size-photo/eanpijghoobafibemccmoleollpjhcgg
Beskrivning Extension to view instagram photos at full size. / Extensión para ver las fotos de instagram a tamaño completo.
Filstorlek 143 KB
Antal Installationer 72
Aktuell Version 0.0.1
Senast Uppdaterad 2023-04-27
Publiceringsdatum 2023-04-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Federico Holc
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instagram Full Size Photos (Chrome extension)",
    "version": "0.0.1",
    "description": "Extension to view instagram photos at full size. \/ Extensi\u00f3n para ver las fotos de instagram a tama\u00f1o completo.",
    "icons": {
        "16": "images\/ico16.png",
        "32": "images\/ico32.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}