Savogram
This extension allows you to download photos and video from Instagram to your computer.
Savogram là gì?
Savogram là một tiện ích mở rộng Chrome được phát triển bởi Timotty, và tính năng chính của nó là "This extension allows you to download photos and video from Instagram to your computer.".
Ả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 Savogram
Tải xuống các tệp mở rộng Savogram 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
Download Instagram Photos and Videos Easily How to use: - Open the photo/video page in a new tab, ex: https://www.instagram.com/p/BCR9Tmfmpl_/ - Click on the download button
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | afognmahpmlghgfmeldmmmekdbpaocei |
URL Chính Thức | https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei |
Mô tả | This extension allows you to download photos and video from Instagram to your computer. |
Kích Thước Tệp | 55.14 KB |
Số Lần Cài Đặt | 928 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2016-07-28 |
Ngày Phát Hành | 2016-07-28 |
Đánh Giá | 2.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Timotty |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Savogram", "short_name": "Savogram", "description": "This extension allows you to download photos and video from Instagram to your computer.", "version": "1.3", "icons": { "128": "icon.png" }, "permissions": [ "*:\/\/*.instagram.com\/p\/*", "*:\/\/*.amazon.com\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/p\/*" ], "js": [ "jquery.min.js", "app.js" ], "css": [ "app.css" ] }, { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "amazon.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |