StorePilot: Chrome Web Store Automation Firefox

Examine source code of StorePilot: Chrome Web Store Automation

Inspect and view changes in StorePilot: Chrome Web Store Automation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.3.2",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://chrome.google.com/webstore/devconsole/*",
    "https://chromewebstore.google.com/devconsole/*"
  ],
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "96": "assets/icons/icon96.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "src/platform/webextension/core.js",
      "src/platform/webextension/storage.js",
      "src/platform/webextension/tabs.js",
      "src/platform/webextension/runtime.js",
      "src/platform/webextension/scripting.js",
      "src/platform/webextension/action.js",
      "src/platform/webextension/i18n.js",
      "src/shared/constants.js",
      "src/shared/i18n.js",
      "src/shared/build-info.js",
      "src/shared/files.js",
      "src/shared/projects.js",
      "src/shared/handles.js",
      "src/shared/dashboard-url.js",
      "src/shared/storage.js",
      "src/background/media/parallel-core.js",
      "src/background/media/parallel-log-storage.js",
      "src/background/media/parallel-mutation-gate.js",
      "src/background/media/parallel-progress-state.js",
      "src/background/media/file-resolution.js",
      "src/background/media/parallel-worker-lifecycle.js",
      "src/background/media/parallel-phase-runner.js",
      "src/background/media/parallel-run-commands.js",
      "src/background/media/parallel-message-handlers.js",
      "src/background/media.js",
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chrome.google.com/webstore/devconsole/*",
        "https://chromewebstore.google.com/devconsole/*"
      ],
      "js": [
        "src/platform/webextension/core.js",
        "src/platform/webextension/storage.js",
        "src/platform/webextension/tabs.js",
        "src/platform/webextension/runtime.js",
        "src/platform/webextension/scripting.js",
        "src/platform/webextension/action.js",
        "src/platform/webextension/i18n.js",
        "src/shared/constants.js",
        "src/shared/i18n.js",
        "src/shared/build-info.js",
        "src/shared/theme.js",
        "src/shared/projects.js",
        "src/shared/dashboard-url.js",
        "src/shared/storage.js",
        "src/shared/store-docs/privacy-schema.js",
        "src/shared/store-docs/privacy-doc.js",
        "src/shared/store-docs/category-doc.js",
        "src/content/dashboard-dom.js",
        "src/content/dashboard-project-context.js",
        "src/content/language/locale.js",
        "src/content/dashboard-category.js",
        "src/content/language/picker.js",
        "src/content/language/description-fill.js",
        "src/content/dashboard-additional-fields.js",
        "src/content/dashboard-privacy-core.js",
        "src/content/dashboard-privacy-data-usage.js",
        "src/content/dashboard-privacy-fields.js",
        "src/content/media/upload-targets.js",
        "src/content/media/upload-waits.js",
        "src/content/media/upload-execution.js",
        "src/content/media/localized-screenshot-progress.js",
        "src/content/media/clear-operations.js",
        "src/content/media/localized-screenshot-files.js",
        "src/content/media/localized-screenshot-upload.js",
        "src/content/media/localized-screenshot-run.js",
        "src/content/dashboard-media.js",
        "src/content/panel/state.js",
        "src/content/panel/parallel-timeline.js",
        "src/content/panel/worker-progress.js",
        "src/content/panel/parallel-board.js",
        "src/content/panel/render.js",
        "src/content/panel/parallel-render.js",
        "src/content/panel/styles/base.js",
        "src/content/panel/styles/parallel.js",
        "src/content/panel/styles/theme.js",
        "src/content/dashboard-panel-styles.js",
        "src/content/dashboard-helper.js",
        "src/content/dashboard-messages.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/content/media-upload-main-world.js"
      ],
      "matches": [
        "https://chrome.google.com/webstore/devconsole/*",
        "https://chromewebstore.google.com/devconsole/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "storepilot@molodchyk.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best StorePilot: Chrome Web Store Automation Alternatives

Here are some Firefox add-ons that are similar to StorePilot: Chrome Web Store Automation: