Glitch this Firefox

Examine source code of Glitch this

Inspect and view changes in Glitch this source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Glitch this",
  "description": "Glitch up webpages using CSS",
  "browser_specific_settings": {
    "gecko": {
      "id": "glitchThis@cubeleco"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "pages/popup.html",
    "default_icon": {
      "256": "icons/icon-256.png"
    }
  },
  "icons": {
    "256": "icons/icon-256.png"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Show popup"
    },
    "toggle": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Toggle extension"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "defaults.js",
        "glitch.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ]
}

Best Glitch this Alternatives

Here are some Firefox add-ons that are similar to Glitch this: