InShot Video Editor & Maker

InShot Video Editor & Maker

Use the mobile version of InShot directly in the Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {},
  "background": {
    "service_worker": "/folder_js/visorPage.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/all_urls/onload.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Use the mobile version of InShot directly in the Chrome browser.",
  "host_permissions": [
    "http://*/**",
    "https://*/**"
  ],
  "icons": {
    "128": "/assets/icon.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "InShot Video Editor & Maker",
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "scripting"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0"
}