Instagram comment picker
Pick a random winner from the comments of an Instagram post
Instagram comment picker là gì?
Instagram comment picker là một tiện ích mở rộng Chrome được phát triển bởi jeoenq, và tính năng chính của nó là "Pick a random winner from the comments of an Instagram post".
Ả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 Instagram comment picker
Tải xuống các tệp mở rộng Instagram comment picker 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lklmblnkmcodofaghikpephlajdokmni |
URL Chính Thức | https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni |
Mô tả | Pick a random winner from the comments of an Instagram post |
Kích Thước Tệp | 272 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-07-17 |
Ngày Phát Hành | 2022-07-17 |
Nhà Phát Triển | jeoenq |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |