The Altening Saver - Unofficial

The Altening Saver - Unofficial

Log 'Generate Alt' button clicks into a txt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Altening Saver - Unofficial",
  "short_name": "The Altening Saver",
  "description": "Log 'Generate Alt' button clicks into a txt",
  "version": "1.0",
  "author": "Intent",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://panel.thealtening.com/"
      ],
      "js": [
        "jquery.js",
        "inject.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "16.png",
      "20": "20.png",
      "32": "32.png",
      "40": "40.png"
    },
    "default_title": "The Altening Saver",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "permissions": [
    "activeTab",
    "https://panel.thealtening.com/"
  ]
}