Ext Shoot

Ext Shoot

A blazingly fast extension launcher for browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "0.0.2",
  "author": "River.<[email protected]>",
  "name": "Ext Shoot",
  "description": "A blazingly fast extension launcher for browser",
  "background": {
    "service_worker": "background.93e42914.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "management",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.883ade9e.js"
      ],
      "exclude_matches": [
        "https://gemini.google.com/*"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "tabs/icon-render.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.f0edd7db.css",
        "content.6e038a4b.css"
      ]
    }
  ],
  "commands": {
    "active_extention_launcher": {
      "suggested_key": {
        "default": "Ctrl+I",
        "mac": "Command+I"
      },
      "description": "Active Extension Launcher"
    },
    "show_in_finder": {
      "suggested_key": {
        "default": "Shift+Alt+Q"
      },
      "description": "Show in Finder"
    },
    "copy_plugin_name": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Copy Plugin Name"
    },
    "copy_plugin_id": {
      "description": "Copy Plugin ID"
    },
    "reload_plugin": {
      "description": "Copy Plugin Name"
    },
    "disable_plugin": {
      "description": "Disable Plugin"
    },
    "enable_plugin": {
      "description": "Enable Plugin"
    },
    "uninstall_plugin": {
      "description": "Uninstall Plugin"
    },
    "open_snapshot_dialog": {
      "description": "Open Snapshot Dialog"
    },
    "add_to_favorites": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Add to Favorites"
    }
  }
}