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
Eメール [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\/*"
            ]
        }
    ]
}