Instagram Pop Out button

Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.

Instagram Pop Out button란 무엇입니까?

Instagram Pop Out button은(는) Andrey Shevchuk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Instagram Pop Out button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Turns out, Instagram stores hi res versions of all the images! For some reason, it still only lets us see 614px wide thumbnails of them. Crops them, too! Isn't that a bit weird for a social network that's ostensibly all about pictures and original content? Oh well...

Normally, you would be able to do that from the context menu by right clicking the image, but no, Instagram doesn't allow that.                    

확장 프로그램 기본 정보

이름 Instagram Pop Out button Instagram Pop Out button
ID lnohmjodbjklfmjnbebkkchbnklnhghh
공식 URL https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh
설명 Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.
파일 크기 17.28 KB
설치 횟수 574
현재 버전 1.0
최근 업데이트 2021-04-03
출시 날짜 2021-04-03
평점 5.00/5 총 3 개의 평점
개발자 Andrey Shevchuk
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instagram Pop Out button",
    "description": "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.",
    "version": "1.0",
    "icons": {
        "16": "logo1-16.png",
        "128": "logo1-128.png"
    },
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "mahstyle.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}