Art Store Firefox

Examine source code of Art Store

By: John
Inspect and view changes in Art Store source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Art Saver",
  "version": "2.9.0",
  "description": "Easily download and track downloads in supported art gallery websites.",
  "homepage_url": "https://github.com/solorey/Art-Saver",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b3260456-51c6-400d-aafd-e62abf1c7bed}",
      "strict_min_version": "131.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "libs/gif.js",
      "libs/gif.worker.js",
      "libs/UPNG.js",
      "libs/UZIP.js",
      "libs/whammy.js",
      "scripts/storage.js",
      "background/sites/deviantart.js",
      "background/sites/newgrounds.js",
      "background/sites/twitter.js",
      "background/sites/bluesky.js",
      "background/sites/instagram.js",
      "background/sites/itaku.js",
      "background/sites/pixiv.js",
      "background/sites/furaffinity.js",
      "background/sites/inkbunny.js",
      "background/settings.js",
      "background/background.js",
      "background/worker.js"
    ]
  },
  "icons": {
    "16": "icons/icon_16.svg",
    "48": "icons/icon.svg"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {},
      "description": "Activate toolbar button"
    }
  },
  "permissions": [
    "downloads",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.deviantart.com/*",
        "*://*.newgrounds.com/*",
        "*://*.x.com/*",
        "*://*.bsky.app/*",
        "*://*.instagram.com/*",
        "*://*.itaku.ee/*",
        "*://*.pixiv.net/*",
        "*://*.furaffinity.net/*",
        "*://*.inkbunny.net/*"
      ],
      "resources": [
        "icons/*",
        "content/ui/*",
        "content/styles/*",
        "styles/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.deviantart.com/*"
      ],
      "js": [
        "libs/purify.min.js",
        "scripts/writing.js",
        "background/sites/deviantart.js",
        "content/scripts/sites/deviantart.js"
      ]
    },
    {
      "matches": [
        "*://*.newgrounds.com/*"
      ],
      "js": [
        "background/sites/newgrounds.js",
        "content/scripts/sites/newgrounds.js"
      ]
    },
    {
      "matches": [
        "*://*.x.com/*"
      ],
      "js": [
        "background/sites/twitter.js",
        "content/scripts/sites/twitter.js"
      ]
    },
    {
      "matches": [
        "*://*.bsky.app/*"
      ],
      "js": [
        "background/sites/bluesky.js",
        "content/scripts/sites/bluesky.js"
      ]
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "background/sites/instagram.js",
        "content/scripts/sites/instagram.js"
      ]
    },
    {
      "matches": [
        "*://*.itaku.ee/*"
      ],
      "js": [
        "background/sites/itaku.js",
        "content/scripts/sites/itaku.js"
      ]
    },
    {
      "matches": [
        "*://*.pixiv.net/*"
      ],
      "js": [
        "background/sites/pixiv.js",
        "content/scripts/sites/pixiv.js"
      ]
    },
    {
      "matches": [
        "*://*.furaffinity.net/*"
      ],
      "js": [
        "background/sites/furaffinity.js",
        "content/scripts/sites/furaffinity.js"
      ]
    },
    {
      "matches": [
        "*://*.inkbunny.net/*"
      ],
      "js": [
        "libs/purify.min.js",
        "scripts/writing.js",
        "background/sites/inkbunny.js",
        "content/scripts/sites/inkbunny.js"
      ]
    },
    {
      "matches": [
        "*://*.deviantart.com/*",
        "*://*.newgrounds.com/*",
        "*://*.x.com/*",
        "*://*.bsky.app/*",
        "*://*.instagram.com/*",
        "*://*.itaku.ee/*",
        "*://*.pixiv.net/*",
        "*://*.furaffinity.net/*",
        "*://*.inkbunny.net/*"
      ],
      "js": [
        "scripts/storage.js",
        "scripts/shortcuts.js",
        "content/scripts/classes.js",
        "content/scripts/main.js"
      ]
    }
  ]
}

Best Art Store Alternatives

Here are some Firefox add-ons that are similar to Art Store: