Anonymous Stories for Instagram
View Instagram Stories anonymously and privately.
Anonymous Stories for Instagram란 무엇입니까?
Anonymous Stories for Instagram은(는) GoodApp's에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Instagram Stories anonymously and privately."입니다.
확장 프로그램 스크린샷
Anonymous Stories for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | jfjnkejkfedcgbgloinnkflbcbheohhi |
공식 URL | https://chrome.google.com/webstore/detail/anonymous-stories-for-ins/jfjnkejkfedcgbgloinnkflbcbheohhi |
설명 | View Instagram Stories anonymously and privately. |
파일 크기 | 70.3 KB |
설치 횟수 | 45 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-06-24 |
출시 날짜 | 2022-05-26 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | GoodApp's |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/anonymousstoriesforinstagram |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.1", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "webRequest", "storage" ], "host_permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "all_frames": true, "js": [ "\/photoswipe\/photoswipe.esm.js", "\/photoswipe\/photoswipe-lightbox.esm.js", "\/js\/content-script.js" ], "css": [ "\/css\/style.css", "photoswipe\/photoswipe.css" ], "run_at": "document_start" } ], "icons": { "128": "\/icons\/icon_128.png" }, "action": { "default_popup": "\/html\/popup.html" } } |