StealthView Firefox

Examine source code of StealthView

Inspect and view changes in StealthView source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StealthView",
  "description": "Bypass youtube ads.",
  "version": "1.0.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "assets/style.css"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{80c20f75-3e82-47f3-8653-8125fed09fbc}"
    }
  }
}

Mejores alternativas StealthView

Aquí hay algunas Firefox add-ons que son similares a StealthView: