Dribbble Powerrr

Dribbble Powerrr

A quick ranking for traction of Dribbble shots.

Merlin
Additional files are visible only to premium users

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"
  ]
}