Edit Anything any website

Edit Anything any website

Simple extension that allows you to edit text on any website. Twitter, Facebook, Instagram and popular news website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Edit Anything any website",
  "description": "Simple extension that allows you to edit text on any website. Twitter, Facebook, Instagram and popular news website.",
  "version": "1.0.4",
  "browser_action": {
    "default_icon": "64.png"
  },
  "icons": {
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ]
}