Random Picker

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

Random Picker क्या है?

Random Picker MechanicPapa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Random Picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Random Picker Random Picker
ID lcohkmiaknehmghggindnmmhkaklnmdf
आधिकारिक URL https://chrome.google.com/webstore/detail/random-picker/lcohkmiaknehmghggindnmmhkaklnmdf
विवरण Go to you target channel and then click on ALL COMMENTS(). Then click the icon located upper right corner of chrome browser!
फ़ाइल का आकार 15.06 KB
स्थापना संख्या 151
वर्तमान संस्करण 1.3
अंतिम अपडेट 2015-05-23
प्रकाशन तिथि 2015-05-23
डेवलपर MechanicPapa
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}