Instagram comment picker
Pick a random winner from the comments of an Instagram post
What is Instagram comment picker?
Instagram comment picker is a Chrome extension developed by jeoenq, and its main feature is "Pick a random winner from the comments of an Instagram post".
Extension Screenshots
Download Instagram comment picker Extension CRX File
Download Instagram comment picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lklmblnkmcodofaghikpephlajdokmni |
Official URL | https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni |
Description | Pick a random winner from the comments of an Instagram post |
File Size | 272 KB |
Installation Count | 69 |
Current Version | 1.0.2 |
Last Updated | 2022-07-17 |
Publish Date | 2022-07-17 |
Developer | jeoenq |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |