Random Picker

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

Qu'est-ce que Random Picker ?

Random Picker est une extension Chrome développée par MechanicPapa, et sa fonction principale est "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random Picker

Téléchargez les fichiers d'extension Random Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
URL Officiel 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!
Taille du Fichier 15.06 KB
Nombre d'Installations 151
Version Actuelle 1.3
Dernière Mise à Jour 2015-05-23
Date de Publication 2015-05-23
Développeur MechanicPapa
Type de Paiement free
Langues Prises en Charge 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
}