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…

What is Right Click Walmart Search?

Right Click Walmart Search is a Chrome extension developed by No Ad Extensions, and its main feature is "Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…".

Extension Screenshots

screenshot

Download Right Click Walmart Search Extension CRX File

Download Right Click Walmart Search 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

                        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!                    

Extension Basic Information

Name Right Click Walmart Search Right Click Walmart Search
ID ofofamckgmdhfpjancebbaependcpabe
Official URL https://chromewebstore.google.com/detail/right-click-walmart-searc/ofofamckgmdhfpjancebbaependcpabe
Description Adds a right click menu allowing you to search your highlighted/selected text on Walmart. If you enjoy the extension, please leave…
File Size 24.58 KB
Installation Count 69
Current Version 1
Last Updated 2022-03-14
Publish Date 2022-03-14
Rating 4.00/5 Total 1 Ratings
Developer No Ad Extensions
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}