Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WordMaster English to English Dictionary", "version": "1.0.0", "description": "Instantly define any word while browsing. Explore, learn, and own the English language effortlessly!", "manifest_version": 3, "author": "Udara Liyanage", "action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ] }