Like Every Video Firefox

Examine source code of Like Every Video

By: yxor
Inspect and view changes in Like Every Video source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Like Every Video",
  "description": "Like Every Video is a browser extension that defaults to liking every YouTube video watched to support content creators.",
  "version": "1.1.3",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Like Every Video:ON"
  },
  "icons": {
    "512": "assets/logo.png"
  }
}

Best Like Every Video Alternatives

Here are some Firefox add-ons that are similar to Like Every Video: