Random Picker

Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!

What is Random Picker?

Random Picker is a Chrome extension developed by MechanicPapa, and its main feature is "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!".

Extension Screenshots

screenshot

Download Random Picker Extension CRX File

Download Random 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

                        This tool will extract YouTube comments and make a list of unique user names with number of entries.  Filter section can filter the list of users with regular expression.  Select winner button can be clicked and return randomly pick one comment.  This tool may be useful if you do give away or raffles.  I hope you would enjoy it.                    

Extension Basic Information

Name Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
Official URL https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Description Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
File Size 15.06 KB
Installation Count 151
Current Version 1.3
Last Updated 2015-05-23
Publish Date 2015-05-23
Developer MechanicPapa
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Picker",
    "description": "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!",
    "version": "1.3",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "downloads",
        "",
        "tabs"
    ],
    "icons": {
        "128": "mp_128x128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}