Random Picker

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

Cos'è Random Picker?

Random Picker è un'estensione di Chrome sviluppata da MechanicPapa, e la sua funzione principale è "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Picker

Scarica i file di estensione Random Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
URL Ufficiale https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Descrizione Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
Dimensione del File 15.06 KB
Conteggio Installazioni 151
Versione Corrente 1.3
Ultimo Aggiornamento 2015-05-23
Data di Pubblicazione 2015-05-23
Sviluppatore MechanicPapa
Tipo di Pagamento free
Lingue Supportate 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
}