Evaluatr

Evaluatr

The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Evaluatr",
  "version": "1.22",
  "description": "The Evaluatr browser extension adds the five star rating button to your Tumblr Dashboard.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "Evaluatr",
  "homepage_url": "https://www.evaluatr.co",
  "content_scripts": [
    {
      "js": [
        "load.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "script.js"
  ]
}