Earn'd - Youtube

Earn'd - Youtube

Find out the revenue for ANY video on youtube!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Earn'd - Youtube",
  "version": "1.0.0",
  "description": "Find out the revenue for ANY video on youtube!",
  "author": "Mark Anderson",
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "windows"
  ],
  "manifest_version": 3,
  "icons": {
    "48": "E.png",
    "128": "E2.png"
  }
}