Instagram Comment Picker
Random Instagram Comments Picker for Giveaways and Contests.
What is Instagram Comment Picker?
Instagram Comment Picker is a Chrome extension developed by https://comment-picker.com, and its main feature is "Random Instagram Comments Picker for Giveaways and Contests.".
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
Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.
Extension Basic Information
Name | |
ID | iooncalbeihfjphmpijadfcogbnfnlbj |
Official URL | https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj |
Description | Random Instagram Comments Picker for Giveaways and Contests. |
File Size | 75.47 KB |
Installation Count | 787 |
Current Version | 1.0 |
Last Updated | 2021-07-08 |
Publish Date | 2021-07-08 |
Rating | 3.40/5 Total 5 Ratings |
Developer | https://comment-picker.com |
[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-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Comment Picker", "description": "Random Instagram Comments Picker for Giveaways and Contests.", "version": "1.0", "manifest_version": 2, "background": { "service_worker": "background.js", "presistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/comment-picker.com\/*", "https:\/\/www.comment-picker.com\/*" ] }, "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" } } |