IG+VSCO fullsize

Click extension icon to open current IG or VSCO image in the highest resolution possible

IG+VSCO fullsize란 무엇입니까?

IG+VSCO fullsize은(는) Ondkloss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click extension icon to open current IG or VSCO image in the highest resolution possible"입니다.

확장 프로그램 스크린샷

screenshot

IG+VSCO fullsize 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Works for:

* IG image and profile image
* VSCO image and profile image
* TikTok image and profile image

Open source: https://github.com/Ondkloss/ig-vsco-fullsize                    

확장 프로그램 기본 정보

이름 IG+VSCO fullsize IG+VSCO fullsize
ID ngdfnokoifnihnknoibnbhfhnkmlfocb
공식 URL https://chromewebstore.google.com/detail/ig+vsco-fullsize/ngdfnokoifnihnknoibnbhfhnkmlfocb
설명 Click extension icon to open current IG or VSCO image in the highest resolution possible
파일 크기 14.11 KB
설치 횟수 1,878
현재 버전 1.3.3
최근 업데이트 2020-11-19
출시 날짜 2020-06-22
평점 3.30/5 총 10 개의 평점
개발자 Ondkloss
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ondkloss/ig-vsco-fullsize
도움말 페이지 URL https://github.com/Ondkloss/ig-vsco-fullsize
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/i.instagram.com\/api\/v1\/users\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/vsco.co\/*",
        "https:\/\/www.tiktok.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vsco.co\/*"
            ],
            "js": [
                "content_vsco.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content_ig.js"
            ],
            "css": [
                "content_ig.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content_tiktok.js"
            ]
        }
    ],
    "browser_action": [],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}