WAM: WordSeeker

Word, Picture, Record, Look for inspiration.

What is WAM: WordSeeker?

WAM: WordSeeker is a Chrome extension developed by xfcdxg1987, and its main feature is "Word, Picture, Record, Look for inspiration.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WAM: WordSeeker Extension CRX File

Download WAM: WordSeeker 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

                        Beautiful photos、rolling words、quick note from WAM in your new tabs.                    

Extension Basic Information

Name WAM: WordSeeker WAM: WordSeeker
ID mpejojclnbakefnlfmnkaaianojbicdk
Official URL https://chromewebstore.google.com/detail/wam-wordseeker/mpejojclnbakefnlfmnkaaianojbicdk
Description Word, Picture, Record, Look for inspiration.
File Size 249 KB
Installation Count 176
Current Version 4.6.0
Last Updated 2023-07-21
Publish Date 2022-03-14
Developer xfcdxg1987
Email [email protected]
Payment Type free
Extension Website https://www.wenanmen.com/
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDescription__",
    "version": "4.6.0",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_page": "",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs"
    ]
}