Scribly – Smart YouTube Notes & Annotation Firefox

Examine source code of Scribly – Smart YouTube Notes & Annotation

Inspect and view changes in Scribly – Smart YouTube Notes & Annotation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scribly",
  "version": "1.0",
  "description": "Add annotations to YouTube videos",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js",
        "drawing.js"
      ],
      "css": [
        "content.css",
        "drawing.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dashboard.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "v1@scribly.com"
    }
  }
}

Best Scribly – Smart YouTube Notes & Annotation Alternatives

Here are some Firefox add-ons that are similar to Scribly – Smart YouTube Notes & Annotation: