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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Instagram with your camera. Show your face to scroll, smile to like and make a sad face to hide posts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instagram Autopilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |