Stori
Download and view (anonymously) Instagram Stories
Stori란 무엇입니까?
Stori은(는) Stori에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download and view (anonymously) Instagram Stories"입니다.
확장 프로그램 스크린샷
Stori 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View (anonymously) and download Instagram stories for free. Watch stories without them being marked as seen. More features coming soon: - Download posts. - Bulk download (stories and posts). - Download stories from profile. - View/Download live videos - View/Download Reels. - View/Download IG TV videos.
확장 프로그램 기본 정보
이름 | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
공식 URL | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
설명 | Download and view (anonymously) Instagram Stories |
파일 크기 | 776 KB |
설치 횟수 | 403 |
현재 버전 | 0.5.0 |
최근 업데이트 | 2021-02-03 |
출시 날짜 | 2021-02-03 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Stori |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stori", "description": "Download and view (anonymously) Instagram Stories", "version": "0.5.0", "author": "Stori", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' img-src 'self'", "permissions": [ "*:\/\/*.instagram.com\/*", "storage", "tabs" ] } |