Instagram Picker
Random Instagram comments picker
Instagram Pickerคืออะไร?
Instagram Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://freeigpicker.com และคุณลักษณะหลักของมันคือ "Random Instagram comments picker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Picker
ดาวน์โหลดไฟล์ส่วนขยาย Instagram Picker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pfcekcngocikljgedgknnjcoahdbgekd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd |
คำอธิบาย | Random Instagram comments picker |
ขนาดไฟล์ | 60.77 KB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-08-25 |
วันที่เผยแพร่ | 2021-07-05 |
คะแนน | 3.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://freeigpicker.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://freeigpicker.com |
URL หน้าช่วยเหลือ | https://freeigpicker.com |
URL หน้านโยบายความเป็นส่วนตัว | https://freeigpicker.com/privacy-policy.php |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Picker", "description": "Random Instagram comments picker", "version": "1.2", "manifest_version": 2, "background": { "service_worker": "background.js", "presistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ] }, "permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |