Secure Unfollow for Instagram
Secure Unfollow for Instagram | Google Chrome Extension
Secure Unfollow for Instagram란 무엇입니까?
Secure Unfollow for Instagram은(는) Edgard Chammas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure Unfollow for Instagram | Google Chrome Extension"입니다.
확장 프로그램 스크린샷
Secure Unfollow for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension is meant to be used with the "Secure Unfollow for Instagram" mobile application. The main purpose of this extension is to allow the mobile app to gain secure access to your Instagram account without the need for you to share your Instagram password. Android App link: https://bit.ly/2q0e2Zf iPhone App link: https://apple.co/35mlQol
확장 프로그램 기본 정보
이름 | Secure Unfollow for Instagram |
ID | bclljjldiiifccncjnikpalnomejlkog |
공식 URL | https://chromewebstore.google.com/detail/secure-unfollow-for-insta/bclljjldiiifccncjnikpalnomejlkog |
설명 | Secure Unfollow for Instagram | Google Chrome Extension |
파일 크기 | 32.74 KB |
설치 횟수 | 1,152 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-12-09 |
출시 날짜 | 2019-12-09 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Edgard Chammas |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secure Unfollow for Instagram", "version": "1.1", "description": "Secure Unfollow for Instagram | Google Chrome Extension", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "manifest_version": 2, "permissions": [ "cookies", "*:\/\/*.instagram.com\/" ], "content_security_policy": "script-src 'self' 'sha256-JvMbVohlFloMWoa\/LQ6Fkmo+C8TaQZrjrdv5uNDzqKY='; object-src 'self'" } |