Words Master!
Words Master! - popup game. Words search puzzle.
What is Words Master!?
Words Master! is a Chrome extension developed by noreal.inv, and its main feature is "Words Master! - popup game. Words search puzzle.".
Extension Screenshots
Download Words Master! Extension CRX File
Download Words Master! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Words Master! - free popup game. Words search puzzle. Words can be formed horizontally, vertically or diagonally. Any word from any page can be added by clicking right mouse button on him.
Extension Basic Information
Name | |
ID | cilhgpkkgpnbljnbjbgmhaidblcfnefn |
Official URL | https://chrome.google.com/webstore/detail/words-master/cilhgpkkgpnbljnbjbgmhaidblcfnefn |
Description | Words Master! - popup game. Words search puzzle. |
File Size | 93.69 KB |
Installation Count | 4,356 |
Current Version | 1.0.6 |
Last Updated | 2023-04-13 |
Publish Date | 2020-03-24 |
Rating | 4.20/5 Total 5 Ratings |
Developer | noreal.inv |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://badhopeplum.ru/privacy_policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icons\/icon128.png", "default_popup": "files\/popup.html", "default_title": "Words Master!" }, "description": "Words Master! - popup game. Words search puzzle.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "name": "Words Master!", "permissions": [ "tabs", "storage", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.6" } |