GetThetPic!
Download any photo from Instagram easily with this simple extension.
GetThetPic! là gì?
GetThetPic! là một tiện ích mở rộng Chrome được phát triển bởi http://kenji.ai, và tính năng chính của nó là "Download any photo from Instagram easily with this simple extension.".
Ả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 GetThetPic!
Tải xuống các tệp mở rộng GetThetPic! 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 any photo from Instagram the easy way within two clicks! Our downloader extension integrates seamlessly into your web browsing experience. Here's how it works: all you need to do is right-click on any photo when you're on the website. After that, you're able to do three things. You can either download the photo, open it in a new tab, or simply get the direct image URL by copying it. This is the simplest app you'll ever use. It's also lightweight and doesn't affect your browsing experience at all. Happy downloading!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkdmnfbeaepmildaolaoicjbfkghpcco |
URL Chính Thức | https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco |
Mô tả | Download any photo from Instagram easily with this simple extension. |
Kích Thước Tệp | 26.83 KB |
Số Lần Cài Đặt | 6,861 |
Phiên Bản Hiện Tại | 3.0.8 |
Cập Nhật Lần Cuối | 2019-04-08 |
Ngày Phát Hành | 2019-04-08 |
Đánh Giá | 3.78/5 Tổng số 60 Đánh Giá |
Nhà Phát Triển | http://kenji.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.kenji.ai |
URL Trang Trợ Giúp | https://github.com/odditive/instagram-image-url |
URL Trang Chính Sách Bảo Mật | https://kenji.ai/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThetPic!", "description": "Download any photo from Instagram easily with this simple extension.", "version": "3.0.8", "icons": { "16": "resources\/insta-16.png", "48": "resources\/insta-48.png", "128": "resources\/insta-128.png" }, "author": "Kenji.ai", "homepage_url": "http:\/\/www.kenji.ai", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "downloads" ] } |