Dribbble Powerrr

A quick ranking for traction of Dribbble shots.

What is Dribbble Powerrr?

Dribbble Powerrr is a Chrome extension developed by Unknown, and its main feature is "A quick ranking for traction of Dribbble shots.".

Extension Screenshots

screenshot
screenshot

Download Dribbble Powerrr Extension CRX File

Download Dribbble Powerrr 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

                        Dribbble Powerrr* gives every player home-court advantage! See the power and effectiveness of each of yours and other dribbble user's shots on a more detailed level. 

The power ranking icon takes the amount of views you have and divides them by the amount of likes. This gives you a power ranking out of a possible 100! See which shots are most effective, and which shots are landing flat in your portfolio.

Stop worrying about how many followers you have. It's more about how great your content is. Use dribbble powerrr to create better content for your shots and continue improving the incredible community that is dribbble.

*dribbble powerrr is in no way directly affiliated with dribbble. This was conceptualized and created by the brothers John and Jamie Howard.                    

Extension Basic Information

Name Dribbble Powerrr Dribbble Powerrr
ID jcgpimnakaenfcfjlhfhjdglpeebpfbl
Official URL https://chromewebstore.google.com/detail/dribbble-powerrr/jcgpimnakaenfcfjlhfhjdglpeebpfbl
Description A quick ranking for traction of Dribbble shots.
File Size 5.98 KB
Installation Count 15
Current Version 1.0
Last Updated 2014-02-18
Publish Date 2014-02-18
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dribbble Powerrr",
    "version": "1.0",
    "description": "A quick ranking for traction of Dribbble shots.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/dribbble.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "power_rank.png"
    ]
}