Save Instagram contents easy and quickly!
Just right mouse click to open an Instagram image or video in a new tab
Save Instagram contents easy and quickly!란 무엇입니까?
Save Instagram contents easy and quickly!은(는) nameless.dot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just right mouse click to open an Instagram image or video in a new tab"입니다.
확장 프로그램 스크린샷
Save Instagram contents easy and quickly! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users)
확장 프로그램 기본 정보
이름 | Save Instagram contents easy and quickly! |
ID | abnifgjenbbcjajbglkhbojefeckmbci |
공식 URL | https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci |
설명 | Just right mouse click to open an Instagram image or video in a new tab |
파일 크기 | 29.64 KB |
설치 횟수 | 46 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-04-26 |
출시 날짜 | 2020-04-26 |
개발자 | nameless.dot |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Instagram contents easy and quickly!", "version": "1.1", "description": "Just right mouse click to open an Instagram image or video in a new tab", "manifest_version": 2, "permissions": [ "contextMenus", "*:\/\/*.instagram.com\/*" ], "icons": { "16": "\/assets\/icons\/icon16.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" }, "background": { "page": "src\/index.html", "persistent": true }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "match_about_blank": true, "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "src\/content\/index.js" ], "run_at": "document_end" } ] } |