Random Picker

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

Vad är Random Picker?

Random Picker är en Chrome-tillägg utvecklad av MechanicPapa, och dess huvudfunktion är "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!".

Tilläggsskärmbilder

screenshot

Ladda ner Random Picker-förlängningens CRX-fil

Ladda ner Random Picker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
Officiell webbadress https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Beskrivning Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
Filstorlek 15.06 KB
Antal Installationer 151
Aktuell Version 1.3
Senast Uppdaterad 2015-05-23
Publiceringsdatum 2015-05-23
Utvecklare MechanicPapa
Betalningssätt free
Stödda Språk 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
}