Random Picker

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

Was ist Random Picker?

Random Picker ist eine Chrome-Erweiterung, die von MechanicPapa entwickelt wurde, und ihr Hauptmerkmal ist "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!".

Erweiterungsscreenshots

screenshot

Random Picker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Random Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
Offizielle URL https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Beschreibung Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
Dateigröße 15.06 KB
Installationsanzahl 151
Aktuelle Version 1.3
Letztes Update 2015-05-23
Veröffentlichungsdatum 2015-05-23
Entwickler MechanicPapa
Zahlungsart free
Unterstützte Sprachen 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
}