Chrome IG Story
Chrome extension that lets you view your friend's Instagram Stories in the browser.
Chrome IG Story란 무엇입니까?
Chrome IG Story은(는) Kingson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that lets you view your friend's Instagram Stories in the browser."입니다.
확장 프로그램 스크린샷
Chrome IG Story 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart and Simple Assistant for Instagram(tm) DELEGATE YOUR LIKING TO EVERLIKER: * Everliker is a little app that saves time and brings attention to your Instagram account by liking posts on your behalf. * Anyone and any business can use Everliker to free up time and get more followers and likes on Instagram.
확장 프로그램 기본 정보
이름 | |
ID | cnmhknopedmipekbmmilfjgpefeonmog |
공식 URL | https://chrome.google.com/webstore/detail/chrome-ig-story/cnmhknopedmipekbmmilfjgpefeonmog |
설명 | Chrome extension that lets you view your friend's Instagram Stories in the browser. |
파일 크기 | 157 KB |
설치 횟수 | 70,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-04-21 |
출시 날짜 | 2020-04-18 |
평점 | 1.55/5 총 66 개의 평점 |
개발자 | Kingson |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome IG Story", "description": "Chrome extension that lets you view your friend's Instagram Stories in the browser.", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/" ], "js": [ "js\/injectStoryTray.js", "js\/jquery-3.1.0.min.js", "js\/FileSaver.min.js", "js\/jszip.min.js", "js\/jszip-utils.min.js", "js\/jquery.contextMenu.min.js", "js\/photoswipe.min.js", "js\/photoswipe-ui-default.min.js", "js\/moment.min.js" ], "css": [ "css\/main.css", "css\/jquery.contextMenu.min.css", "css\/photoswipe.css", "css\/default-skin\/default-skin.css" ] } ], "web_accessible_resources": [ "html\/photoswipe.html", "js\/*", "css\/*" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" } } |