Youtube Checkmaker Firefox

Examine source code of Youtube Checkmaker

Inspect and view changes in Youtube Checkmaker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Checkmaker",
  "version": "1.0",
  "description": "Save youtube videos with timestamp as bookmark",
  "permissions": [
    "contextMenus",
    "tabs",
    "bookmarks"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  }
}

Best Youtube Checkmaker Alternatives

Here are some Firefox add-ons that are similar to Youtube Checkmaker: