Rate It!

Rate It!

Rate and discuss every Website you can find.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Rate It!",
  "description": "Rate and discuss every Website you can find.",
  "version": "2.0",
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "identity"
  ],
  "host_permissions": [
    "https://rateit.timon-gaertner.ga/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "jquery.js",
        "content_script_incection_rateIt.js",
        "youtubeVideo.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "extension-popup/index.html",
    "default_icon": {
      "16": "/logos/rateItLogo16.png",
      "32": "/logos/rateItLogo32.png",
      "48": "/logos/rateItLogo64.png",
      "128": "/logos/rateItLogo128.png"
    }
  },
  "icons": {
    "16": "/logos/rateItLogo16.png",
    "32": "/logos/rateItLogo32.png",
    "48": "/logos/rateItLogo64.png",
    "128": "/logos/rateItLogo128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}