Random Picker

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

O que é Random Picker?

Random Picker é uma extensão do Chrome desenvolvida por MechanicPapa, e sua principal característica é "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Random Picker

Baixe arquivos de extensão Random Picker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
URL Oficial https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Descrição Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
Tamanho do Arquivo 15.06 KB
Contagem de Instalações 151
Versão Atual 1.3
Última Atualização 2015-05-23
Data de Publicação 2015-05-23
Desenvolvedor MechanicPapa
Tipo de Pagamento free
Idiomas Suportados 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
}