Comment Picker
Random Comments Picker for Giveaways and Contests.
What is Comment Picker?
Comment Picker is a Chrome extension developed by JahaSoft, and its main feature is "Random Comments Picker for Giveaways and Contests.".
Extension Screenshots
Download Comment Picker Extension CRX File
Download 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
Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account.
Extension Basic Information
Name | Comment Picker |
ID | bdjfjaodadioagkajmblldeiaclcpfmc |
Official URL | https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc |
Description | Random Comments Picker for Giveaways and Contests. |
File Size | 155 KB |
Installation Count | 4,404 |
Current Version | 1.0 |
Last Updated | 2022-02-17 |
Publish Date | 2022-02-16 |
Rating | 4.43/5 Total 7 Ratings |
Developer | JahaSoft |
[email protected] | |
Payment Type | free |
Extension Website | https://comment-picker.com/ |
Help Page URL | https://comment-picker.com/contact.php |
Privacy Policy Page URL | https://comment-picker.com/privacy-policy.php |
Supported Languages | 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" } } |