Save INST

Enjoy the ability to download videos and stories from INST

Save INST란 무엇입니까?

Save INST은(는) tatewashi6306에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy the ability to download videos and stories from INST"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save INST 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Surely you use social networks and one of them is Instagram. Our Save INST for Instagram and other sites will make this app easier to use. After all, with its help you can upload photos in excellent quality. When uploading a photo, the quality will not deteriorate at all. There is also one very convenient function for downloading all images from the site. Everything is very easy and simple. We are sure that you will not regret installing Save INST. Download now and start using                    

확장 프로그램 기본 정보

이름 Save INST Save INST
ID keognmbghmelahkjeogphkjpfjjnpamb
공식 URL https://chrome.google.com/webstore/detail/save-inst/keognmbghmelahkjeogphkjpfjjnpamb
설명 Enjoy the ability to download videos and stories from INST
파일 크기 105 KB
설치 횟수 548
현재 버전 1.0
최근 업데이트 2021-11-09
출시 날짜 2021-11-09
개발자 tatewashi6306
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "png\/insta.png",
        "default_popup": "html\/win.html"
    },
    "icons": {
        "128": "png\/insta.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/bootStyle.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "transcriptOn.js",
                "intervalLoop.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "contentFactory.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/downloaderStyle.css"
            ],
            "js": [
                "transcriptBinder.js",
                "DOMBuilder.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*.js",
        "css\/*.css",
        "png\/*.png",
        "svg\/*.svg"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "netCrawler.js",
            "chromeLifecyclerRemove.js"
        ]
    },
    "permissions": [
        "storage",
        "downloads",
        "",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "version": "1.0"
}