Instant tools - ready to use online all-around toolbox

Instant tools - ready to use online all-around toolbox

an online efficient office tool with nearly 300 tools, including video tools, audio tools, image tools, document processing,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.3.2",
  "author": "67tool",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "host_permissions": [
    "https://*.67tool.com/*"
  ],
  "action": {
    "default_title": "__MSG_default_title__",
    "default_popup": "popup.html"
  },
  "homepage_url": "https://www.67tool.com",
  "content_scripts": [
    {
      "matches": [
        "https://*.67tool.com/*"
      ],
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_start"
    }
  ]
}