Mobile App for Instagram
Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message
什麼是Mobile App for Instagram?
Mobile App for Instagram是由Web IG開發的Chrome擴展程式,該擴展的主要功能是“Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message”。
擴展截圖
下載Mobile App for Instagram擴展crx文件
下載Mobile App for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension presents a set of most useful features for desktop Instagram: direct messages, upload stories and IGTV, downloading, and many more! 1. Full support of direct messages 2. Better layout for better experience 3. Upload IGTV or photo to Stories or Feed from your PC 4. Download any photo or video from Instagram to your PC 5. Go to dark mode for better user experience We are here to make your social experience better. One single click in your browser takes you to Instagram to share photos and video, view feed and chat with friends. Downloading feature is also available in order you could save your precious moments and view them later. You will love our new layout for Instagram. We made a perfect extension for Chrome with an intuitive design and nice interface and a bunch of useful features.
擴展基本資訊
名稱 | |
ID | mjpalpkidloagdebeaekjjfahbichjma |
官方網址 | https://chrome.google.com/webstore/detail/mobile-app-for-instagram/mjpalpkidloagdebeaekjjfahbichjma |
簡介 | Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message |
檔案大小 | 65.87 KB |
安裝次數 | 1,791 |
目前版本 | 1.0.1 |
更新時間 | 2021-08-05 |
上架時間 | 2021-07-31 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Web IG |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/mobileappforinstagram |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.1", "minimum_chrome_version": "40", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "16": "img\/icon_16.png" } }, "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "*:\/\/*.instagram.com\/*", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "css\/*", "img\/*" ] } |