LGTM with Anime

LGTM with Anime

Copy animated gif url with adding LGTM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LGTM with Anime",
  "version": "0.7",
  "description": "Copy animated gif url with adding LGTM.",
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "lgtmify_16.png",
    "48": "lgtmify_48.png",
    "128": "lgtmify_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'"
}