No-Inspect Web Editor - text & Images

No-Inspect Web Editor - text & Images

Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "No-Inspect Web Editor - text & Images",
  "version": "1.0.0",
  "description": "Replace the need of using inspect element. Perfect for designers, managers & marketers. No tech skills needed!",
  "action": {
    "default_icon": "assets/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}