Gelbooru Batch Upload Tools Firefox

Examine source code of Gelbooru Batch Upload Tools

Inspect and view changes in Gelbooru Batch Upload Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gelbooru Batch Upload Tools",
  "version": "1.1.0",
  "description": "Allows to save multiple images to the pocket and paste them into Gelbooru upload form",
  "browser_specific_settings": {
    "gecko": {
      "id": "gut@milesseventh.com"
    }
  },
  "icons": {
    "32": "graphics/32.png",
    "96": "graphics/96.png",
    "128": "graphics/128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://corsproxy.io/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.gelbooru.com/*"
      ],
      "js": [
        "js/gelbooru.js"
      ]
    },
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/twitter.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html"
  }
}

Best Gelbooru Batch Upload Tools Alternatives

Here are some Firefox add-ons that are similar to Gelbooru Batch Upload Tools: