IsIs to Tusken Raiders

IsIs to Tusken Raiders

This extension changes the IsIs to Tusken Raiders on the current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IsIs to Tusken Raiders",
  "description": "This extension changes the IsIs to Tusken Raiders on the current page",
  "version": "1.0",
  "permissions": [
    "https://www.google-analytics.com/",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}