GIF Scrubber

GIF Scrubber

GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GIF Scrubber",
  "version": "4.1.3",
  "manifest_version": 3,
  "description": "GIF scrubber is like a movie player for animated GIFS. Play it fast, slow, backwards, or use the scrubber to go back and forth!",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon-16.0be88e78.png",
    "48": "icon-48.e406ea6f.png",
    "128": "icon-128.0d3f4eb2.png"
  },
  "background": {
    "service_worker": "eventPage.dcc7d401.js"
  },
  "options_ui": {
    "browser_style": false,
    "page": "options.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "options.html",
        "popup.html"
      ]
    }
  ]
}