Comment Picker
Random Comments Picker for Giveaways and Contests.
Comment Pickerคืออะไร?
Comment Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JahaSoft และคุณลักษณะหลักของมันคือ "Random Comments Picker for Giveaways and Contests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comment Picker
ดาวน์โหลดไฟล์ส่วนขยาย Comment Picker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Comment Picker |
ID | bdjfjaodadioagkajmblldeiaclcpfmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc |
คำอธิบาย | Random Comments Picker for Giveaways and Contests. |
ขนาดไฟล์ | 155 KB |
จำนวนการติดตั้ง | 4,404 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-02-17 |
วันที่เผยแพร่ | 2022-02-16 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | JahaSoft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://comment-picker.com/ |
URL หน้าช่วยเหลือ | https://comment-picker.com/contact.php |
URL หน้านโยบายความเป็นส่วนตัว | https://comment-picker.com/privacy-policy.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Picker", "description": "Random Comments Picker for Giveaways and Contests.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js", "presistent": false }, "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ] }, "host_permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |