Web for Instagram with Direct
It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
什么是Web for Instagram with Direct?
Web for Instagram with Direct是由http://web-app.pro开发的Chrome扩展程序,该扩展的主要功能是“It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!”。
扩展截图
下载Web for Instagram with Direct扩展crx文件
下载Web for Instagram with Direct扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The iconic layout of mobile Instagram is in your browser! Simply click the button and get all features like in the mobile app: - direct messages are fully supported - upload your own IGTV videos from the PC - make screenshots from Instagram window to share it with friends - convenience layout for better experience The main aim is to make your social experience better and easy. One single click in your browser takes you to the popular social network where you can share photos and video, review Instagram newsfeed and chat with friends. Direct messages are completely working, so you are able to communicate with close people easilier. You will love the convenience layout of Web for Instgarm. Based on lots of reviews and experiences there was made a perfect app for Chrome that has an intuitive design and pretty interface as well as a bunch of useful features. Uploading IGTV for IG is also supported. Now you can make a fresh video without limits in time and share them on website just from your PC.
扩展基本信息
名称 | |
ID | kcphkpjlcmfhhgiondcilolmgijhhmip |
官方URL | https://chrome.google.com/webstore/detail/web-for-instagram-with-di/kcphkpjlcmfhhgiondcilolmgijhhmip |
简介 | It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more! |
文件大小 | 354 KB |
安装次数 | 200,000 |
当前版本 | 1.0.3 |
更新时间 | 2022-01-04 |
上架时间 | 2020-07-02 |
评分 | 4.29/5 共2541次评分 |
开发者 | http://web-app.pro |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://web-app.pro/privacy.html |
支持的语言 | de,en,fil,fr,nl,vi,ca,es,it,fi,hi,th,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "img\/128.png", "64": "img\/64.png", "32": "img\/32.png" }, "browser_action": { "default_icon": "img\/64.png", "default_title": "__MSG_name__" }, "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/background.js" ] }, "content_scripts": [ { "run_at": "document_start", "js": [ "js\/ua.js" ], "all_frames": true, "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "js": [ "js\/content-scripts\/rate.js" ], "css": [ "css\/rate.css" ], "all_frames": true, "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "css": [ "css\/content.css" ], "js": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/content-scripts\/content.js" ], "all_frames": true, "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "js\/content-scripts\/instaLinkListener.js" ] } ], "permissions": [ " |