Random Picker

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

Apa itu Random Picker?

Random Picker adalah ekstensi Chrome yang dikembangkan oleh MechanicPapa, dan fitur utamanya adalah "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Random Picker

Unduh file ekstensi Random Picker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
URL Resmi https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
Deskripsi Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
Ukuran File 15.06 KB
Jumlah Instalasi 151
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-05-23
Tanggal Publikasi 2015-05-23
Pengembang MechanicPapa
Tipe Pembayaran free
Bahasa yang Didukung 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
}