Instagram Autopilot
Control Instagram with your camera. Show your face to scroll, smile to like and make a sad face to hide posts.
Instagram Autopilot란 무엇입니까?
Instagram Autopilot은(는) http://orgonomyproductions.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control Instagram with your camera. Show your face to scroll, smile to like and make a sad face to hide posts."입니다.
확장 프로그램 스크린샷
Instagram Autopilot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What if a more engaging user experience could at the same time make social media platforms understand us better? Instagram Autopilot is a preview of what that could be. Turn the camera on and connect with friends and brands directly through your emotions. Smile to like and make a sad face to hide posts, enabled by real-time access to your face. Read More about it on Medium: https://medium.com/@orgonomyprod/instagram-autopilot-a-possible-future-in-social-media-ux-462171b38c07 (Technical note: this browser extension analyses the camera images only on your browser. No images are stored or sent to the author or to anybody else).
확장 프로그램 기본 정보
이름 | |
ID | likmkcgaoojipmiiokbcbdonfdcpeebn |
공식 URL | https://chrome.google.com/webstore/detail/instagram-autopilot/likmkcgaoojipmiiokbcbdonfdcpeebn |
설명 | Control Instagram with your camera. Show your face to scroll, smile to like and make a sad face to hide posts. |
파일 크기 | 5.35 MB |
설치 횟수 | 47 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-10-18 |
출시 날짜 | 2020-07-20 |
개발자 | http://orgonomyproductions.info |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://orgonomyproductions.info/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Autopilot", "version": "1.2", "description": "Control Instagram with your camera. Show your face to scroll, smile to like and make a sad face to hide posts.", "browser_action": { "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/" ], "css": [ "styles\/ball-clip-rotate.css", "styles\/moretoggles.min.css", "styles\/main.css" ], "js": [ "scripts\/jquery-3.3.1.min.js", "scripts\/ExpressionManager.js", "scripts\/face-api.js", "scripts\/faceDetectionControls.js", "scripts\/content.js" ] } ], "web_accessible_resources": [ "models\/face_expression_model-shard1", "models\/face_expression_model-weights_manifest.json", "models\/ssd_mobilenetv1_model-shard1", "models\/ssd_mobilenetv1_model-shard2", "models\/ssd_mobilenetv1_model-weights_manifest.json" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } |