Web for Instagram™
Use mobile version Instagram directly from your Chrome browser. Download any photos or videos from instagram.
Web for Instagram™ là gì?
Web for Instagram™ là một tiện ích mở rộng Chrome được phát triển bởi Pearl95, và tính năng chính của nó là "Use mobile version Instagram directly from your Chrome browser. Download any photos or videos from instagram.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web for Instagram™
Tải xuống các tệp mở rộng Web for Instagram™ 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
A simple and powerful tool with many features to make your social user experience even better. With one click in your browser, you will be taken to the popular social network - Instagram, where you can share photos and videos, view the news feed and chat with friends. You will love the user-friendly Web layout for Instagram. Based on many reviews and experiences, the perfect Chrome app has been created with an intuitive design and a beautiful interface, as well as many useful features. With this app for Instagram you can now: * Post photos and videos directly from your computer. * Support Direct Message - Send messages to your friends and followers. * Stories - Share the most significant moments with your friends. * This extension is free and safe.!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fcifgfghbbkmjbpgdkobifgdmoimknfd |
URL Chính Thức | https://chrome.google.com/webstore/detail/fcifgfghbbkmjbpgdkobifgdmoimknfd |
Mô tả | Use mobile version Instagram directly from your Chrome browser. Download any photos or videos from instagram. |
Kích Thước Tệp | 135 KB |
Số Lần Cài Đặt | 16,432 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2022-10-18 |
Ngày Phát Hành | 2021-11-28 |
Nhà Phát Triển | Pearl95 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/webappforinstagram/home |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "libs\/jquery.js", "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png", "32": "assets\/icons\/icon32.png", "64": "assets\/icons\/icon64.png" }, "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/browser.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" }, { "js": [ "js\/replace.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" }, { "css": [ "assets\/css\/popup.css" ], "js": [ "libs\/jquery.js", "js\/content.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "js": [ "js\/instaLinkListener.js" ], "matches": [ " |