Buy Nearby

Recommends local businesses!

What is Buy Nearby?

Buy Nearby is a Chrome extension developed by Robert Muresan, and its main feature is "Recommends local businesses!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Buy Nearby Extension CRX File

Download Buy Nearby 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

                        Buy Nearby is a chrome extension that recommends local businesses! While browsing through Amazon or eBay, the chrome extension will show nearby businesses tailored to what you were previously searching for. Help your community during challenging times by supporting the businesses near you. 

With Buy Nearby, it is as simple as one click!
The chrome extension can be opened at any time; begin by searching for a product. Buy Nearby will suggest nearby businesses that sell that product and direct you to more information about the business, including: opening hours, phone number, address, and more.                    

Extension Basic Information

Name Buy Nearby Buy Nearby
ID egoikpnpdihpdfenconkdnndbnhcfmkj
Official URL https://chromewebstore.google.com/detail/buy-nearby/egoikpnpdihpdfenconkdnndbnhcfmkj
Description Recommends local businesses!
File Size 36.26 KB
Installation Count 440
Current Version 1.0
Last Updated 2021-04-30
Publish Date 2021-04-30
Rating 4.86/5 Total 7 Ratings
Developer Robert Muresan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buy Nearby",
    "description": "Recommends local businesses!",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "geolocation",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}