Random Picker

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

什么是Random Picker?

Random Picker是由MechanicPapa开发的Chrome扩展程序,该扩展的主要功能是“Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!”。

扩展截图

screenshot

下载Random Picker扩展crx文件

下载Random Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
官方URL https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
简介 Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
文件大小 15.06 KB
安装次数 151
当前版本 1.3
更新时间 2015-05-23
上架时间 2015-05-23
开发者 MechanicPapa
付费类型 free
支持的语言 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
}