Instashot - fastest full screenshot

Instashot - fastest full screenshot

Fastest full page screenshot with before & after editor. Share link. Drive upload. Gallery built-in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "offline_enabled": true,
  "minimum_chrome_version": "104",
  "name": "Instashot - fastest full screenshot",
  "description": "Fastest full page screenshot with before & after editor. Share link. Drive upload. Gallery built-in.",
  "version": "0.2.6",
  "author": "instashot",
  "homepage_url": "https://www.instashot.co/",
  "icons": {
    "16": "icon.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup/index.html"
  },
  "options_page": "options/index.html",
  "background": {
    "service_worker": "background/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/cropper/cropper.js",
        "scripts/cropper/crop-box-F2GF3WVN.js",
        "scripts/cropper/shot-cropper.css",
        "scripts/modifier/page-modifier-ui.js",
        "scripts/modifier/context-menu-D7QDTYJO.css",
        "scripts/modifier/page-modifier-ZCYQPKJG.css",
        "scripts/modifier/high-lighter-PTFLNI4D.css",
        "scripts/modifier/page-modifier-ui.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "fullPage": {
      "suggested_key": {
        "default": "Ctrl + Shift + F"
      },
      "description": "capture full page"
    },
    "pageEditor": {
      "suggested_key": {
        "default": "Ctrl + Shift + E"
      },
      "description": "edit webpage and capture"
    },
    "visibleArea": {
      "suggested_key": {
        "default": "Ctrl + Shift + V"
      },
      "description": "capture visible area"
    },
    "cropPage": {
      "suggested_key": {
        "default": "Ctrl + Shift + S"
      },
      "description": "load cropper to crop selected area"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://instashot.co/*"
    ]
  },
  "permissions": [
    "scripting",
    "debugger",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}