Commently

Commently

You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Commently",
  "action": {},
  "manifest_version": 3,
  "version": "0.1",
  "description": "You can comment faster on Dribbble.com. Including two categories: Suggestions & Good Vibes, Both include some general comments.",
  "content_scripts": [
    {
      "matches": [
        "https://dribbble.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}