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
官方網址 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
}