WAM: WordSeeker

Word, Picture, Record, Look for inspiration.

Cos'è WAM: WordSeeker?

WAM: WordSeeker è un'estensione di Chrome sviluppata da xfcdxg1987, e la sua funzione principale è "Word, Picture, Record, Look for inspiration.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WAM: WordSeeker

Scarica i file di estensione WAM: WordSeeker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WAM: WordSeeker WAM: WordSeeker
ID mpejojclnbakefnlfmnkaaianojbicdk
URL Ufficiale https://chromewebstore.google.com/detail/wam-wordseeker/mpejojclnbakefnlfmnkaaianojbicdk
Descrizione Word, Picture, Record, Look for inspiration.
Dimensione del File 249 KB
Conteggio Installazioni 176
Versione Corrente 4.6.0
Ultimo Aggiornamento 2023-07-21
Data di Pubblicazione 2022-03-14
Sviluppatore xfcdxg1987
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wenanmen.com/
Lingue Supportate 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"
    ]
}