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 là gì?

Instagram Autopilot là một tiện ích mở rộng Chrome được phát triển bởi http://orgonomyproductions.info, và tính năng chính của nó là "Control Instagram with your camera. Show your face to scroll, smile to like and make a sad face to hide posts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instagram Autopilot

Tải xuống các tệp mở rộng Instagram Autopilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Instagram Autopilot Instagram Autopilot
ID likmkcgaoojipmiiokbcbdonfdcpeebn
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-autopilot/likmkcgaoojipmiiokbcbdonfdcpeebn
Mô tả Control Instagram with your camera. Show your face to scroll, smile to like and make a sad face to hide posts.
Kích Thước Tệp 5.35 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-10-18
Ngày Phát Hành 2020-07-20
Nhà Phát Triển http://orgonomyproductions.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://orgonomyproductions.info/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}