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.

什么是Instagram Full Size Photos (Chrome extension)?

Instagram Full Size Photos (Chrome extension)是由Federico Holc开发的Chrome扩展程序,该扩展的主要功能是“Extension to view instagram photos at full size. / Extensión para ver las fotos de instagram a tamaño completo.”。

扩展截图

screenshot
screenshot

下载Instagram Full Size Photos (Chrome extension)扩展crx文件

下载Instagram Full Size Photos (Chrome extension)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Instagram Full Size Photos (Chrome extension) Instagram Full Size Photos (Chrome extension)
ID eanpijghoobafibemccmoleollpjhcgg
官方URL https://chrome.google.com/webstore/detail/instagram-full-size-photo/eanpijghoobafibemccmoleollpjhcgg
简介 Extension to view instagram photos at full size. / Extensión para ver las fotos de instagram a tamaño completo.
文件大小 143 KB
安装次数 72
当前版本 0.0.1
更新时间 2023-04-27
上架时间 2023-04-25
评分 5.00/5 共1次评分
开发者 Federico Holc
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}