Right Click Walmart Search

Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…

O que é Right Click Walmart Search?

Right Click Walmart Search é uma extensão do Chrome desenvolvida por No Ad Extensions, e sua principal característica é "Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Right Click Walmart Search

Baixe arquivos de extensão Right Click Walmart Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Adds a right click menu allowing you to search your highlighted/selected text on Walmart.

If you enjoy the extension, please leave a positive review!                    

Informações Básicas da Extensão

Nome Right Click Walmart Search Right Click Walmart Search
ID ofofamckgmdhfpjancebbaependcpabe
URL Oficial https://chromewebstore.google.com/detail/right-click-walmart-searc/ofofamckgmdhfpjancebbaependcpabe
Descrição Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…
Tamanho do Arquivo 24.58 KB
Contagem de Instalações 69
Versão Atual 1
Última Atualização 2022-03-14
Data de Publicação 2022-03-14
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor No Ad Extensions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Right Click Walmart Search",
    "version": "1",
    "icons": {
        "16": "extension_icon16.png",
        "32": "extension_icon32.png",
        "48": "extension_icon48.png",
        "128": "extension_icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "fg.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ]
}