Word Finder and Unscrambler

Word Finder and Unscrambler

Find all Scrabble Words. Words With Friends Cheat @ Wordkeg.com/word finder and unscrambler.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_128.png"
  },
  "description": "Find all Scrabble Words. Words With Friends Cheat @ Wordkeg.com/word finder and unscrambler.",
  "homepage_url": "https://www.wordkeg.com",
  "icons": {
    "16": "icon.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "Word Finder and Unscrambler",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}