Thumbs-Up!

Thumbs-Up!

A duplicate of Nod except not everybody has to have the extension installed!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Thumbs-Up!",
  "description": "A duplicate of Nod except not everybody has to have the extension installed!",
  "version": "0.2",
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/**-**-**"
      ],
      "js": [
        "jquery-3.6.1.min.js",
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "thumb.gif",
    "default_popup": "popup.html"
  }
}