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 to jest Random Picker?

Random Picker to rozszerzenie Chrome opracowane przez MechanicPapa, a jego główną funkcją jest „Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Random Picker

Pobierz pliki rozszerzeń Random Picker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
Oficjalny URL https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Opis Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
Rozmiar pliku 15.06 KB
Liczba instalacji 151
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2015-05-23
Data Publikacji 2015-05-23
Deweloper MechanicPapa
Typ Płatności free
Obsługiwane Języki 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
}