Google Apps Script WebApp Warning Remover Firefox

Examine source code of Google Apps Script WebApp Warning Remover

Inspect and view changes in Google Apps Script WebApp Warning Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Googles Apps Script WebApp Warning Remover",
  "version": "1.2",
  "description": "Removes top warning 'This application was created by another user, not by Google.' on the WebApp page Google App Script.",
  "content_scripts": [
    {
      "matches": [
        "*://script.google.com/macros/*"
      ],
      "js": [
        "remover.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{efba1e34-0a8a-420d-b502-18974144606e}",
      "strict_min_version": "48.0"
    }
  }
}

Best Google Apps Script WebApp Warning Remover Alternatives

Here are some Firefox add-ons that are similar to Google Apps Script WebApp Warning Remover: