Stop Gif

Stop Gif

Pause and play Gif animations. Use Escape key to stop all anymations at once

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "run.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Pause and play Gif animations. Use Escape key to stop all anymations at once",
  "icons": {
    "32": "logo32.png",
    "64": "logo64.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "name": "Stop Gif",
  "short_name": "Stop Gif",
  "options_page": "options.html",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.0",
  "permissions": [
    "storage"
  ]
}