Viewport Glitcher

Viewport Glitcher

Take a screenshot of the current tab viewport and glitch it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Viewport Glitcher",
  "description": "Take a screenshot of the current tab viewport and glitch it.",
  "version": "1.0",
  "author": "zky829",
  "background": {
    "persistent": false,
    "scripts": [
      "page-glitch.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "Viewport Glitcher"
  },
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}