Random Picker

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

Co je Random Picker?

Random Picker je rozšíření Chrome vyvinuté MechanicPapa, a jeho hlavní funkcí je „Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Random Picker

Stáhněte si soubory rozšíření Random Picker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
Oficiální URL https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Popis Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
Velikost souboru 15.06 KB
Počet instalací 151
Aktuální Verze 1.3
Poslední Aktualizace 2015-05-23
Datum Vydání 2015-05-23
Vývojář MechanicPapa
Typ Platby free
Podporované Jazyky 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
}