Instagram comment picker
Pick a random winner from the comments of an Instagram post
Instagram comment pickerคืออะไร?
Instagram comment picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeoenq และคุณลักษณะหลักของมันคือ "Pick a random winner from the comments of an Instagram post"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram comment picker
ดาวน์โหลดไฟล์ส่วนขยาย Instagram comment picker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instagram Comment Picker is a free giveaway picker tool to select a random name and winner for your Instagram contest or giveaway.then you can save a picture
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lklmblnkmcodofaghikpephlajdokmni |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni |
คำอธิบาย | Pick a random winner from the comments of an Instagram post |
ขนาดไฟล์ | 272 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-07-17 |
วันที่เผยแพร่ | 2022-07-17 |
ผู้พัฒนา | jeoenq |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram comment picker", "description": "Pick a random winner from the comments of an Instagram post", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "instagram comment picker" }, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/www.instagram.com\/", "https:\/\/i.instagram.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |