Zero Recommendation Mode Firefox

Examine source code of Zero Recommendation Mode

By: Cynthia
Inspect and view changes in Zero Recommendation Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_Name__",
  "version": "1.4",
  "description": "__MSG_descriptions__",
  "browser_specific_settings": {
    "gecko": {
      "id": "joao.buchholz68@gmail.com"
    }
  },
  "icons": {
    "48": "button/Focus48.png",
    "96": "button/Focus96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "*://*.youtube.com/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "button/Focus48.png",
    "default_title": "YouTube Focus",
    "default_popup": "popup/youtube_focus.html"
  }
}

Best Zero Recommendation Mode Alternatives

Here are some Firefox add-ons that are similar to Zero Recommendation Mode: