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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}