Dribbble : Random Comments

Generate your next Dribbble comment!

What is Dribbble : Random Comments?

Dribbble : Random Comments is a Chrome extension developed by miguelmendes.net, and its main feature is "Generate your next Dribbble comment!".

Extension Screenshots

screenshot
screenshot

Download Dribbble : Random Comments Extension CRX File

Download Dribbble : Random Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will generate random comments.

It's easy ! 

1º Open one Shot in Dribbble.com.
2º Click on icon how many times do you want, and every time a new comment will fill the comment input. 

"Great man!"
"Amazing work , you are so inspiring!"
"Great colors"
"Simply the best!"
"Damn."
"Brilliant!"
...

Only for us.. feel the irony.
M.                    

Extension Basic Information

Name Dribbble : Random Comments Dribbble : Random Comments
ID hiafieffmjgfdkkangdicdiolccjelkf
Official URL https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf
Description Generate your next Dribbble comment!
File Size 26.57 KB
Installation Count 82
Current Version 1.1.4
Last Updated 2015-02-20
Publish Date 2015-02-20
Rating 3.75/5 Total 4 Ratings
Developer miguelmendes.net
Payment Type free
Extension Website http://www.miguelmendes.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dribbble : Random Comments",
    "description": "Generate your next Dribbble comment!",
    "version": "1.1.4",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "background": {
        "scripts": [
            "scripts.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "manifest_version": 2
}