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.

Qu'est-ce que Instagram Full Size Photos (Chrome extension) ?

Instagram Full Size Photos (Chrome extension) est une extension Chrome développée par Federico Holc, et sa fonction principale est "Extension to view instagram photos at full size. / Extensión para ver las fotos de instagram a tamaño completo.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Instagram Full Size Photos (Chrome extension)

Téléchargez les fichiers d'extension Instagram Full Size Photos (Chrome extension) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Instagram Full Size Photos (Chrome extension) Instagram Full Size Photos (Chrome extension)
ID eanpijghoobafibemccmoleollpjhcgg
URL Officiel https://chrome.google.com/webstore/detail/instagram-full-size-photo/eanpijghoobafibemccmoleollpjhcgg
Description Extension to view instagram photos at full size. / Extensión para ver las fotos de instagram a tamaño completo.
Taille du Fichier 143 KB
Nombre d'Installations 72
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-04-27
Date de Publication 2023-04-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Federico Holc
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}