GetThetPic!
Download any photo from Instagram easily with this simple extension.
GetThetPic!คืออะไร?
GetThetPic! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kenji.ai และคุณลักษณะหลักของมันคือ "Download any photo from Instagram easily with this simple extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GetThetPic!
ดาวน์โหลดไฟล์ส่วนขยาย GetThetPic! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fkdmnfbeaepmildaolaoicjbfkghpcco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco |
คำอธิบาย | Download any photo from Instagram easily with this simple extension. |
ขนาดไฟล์ | 26.83 KB |
จำนวนการติดตั้ง | 6,861 |
เวอร์ชันปัจจุบัน | 3.0.8 |
อัปเดตครั้งล่าสุด | 2019-04-08 |
วันที่เผยแพร่ | 2019-04-08 |
คะแนน | 3.78/5 รวมทั้งหมด 60 คะแนน |
ผู้พัฒนา | http://kenji.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.kenji.ai |
URL หน้าช่วยเหลือ | https://github.com/odditive/instagram-image-url |
URL หน้านโยบายความเป็นส่วนตัว | https://kenji.ai/privacy |
ภาษาที่รองรับ | 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" ] } |