Places Near Me

Places Near Me replaces your new tab with quick access to Nearby Places & sponsored web search.

Places Near Me क्या है?

Places Near Me Places Near Me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Places Near Me replaces your new tab with quick access to Nearby Places & sponsored web search."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Places Near Me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Installation of this extension will configure your New Tab Page to Places Near Me with Yahoo Web Search, Time & Date, & Shortcuts. Places Near Me extension is all you need to start browsing with quick search for Places Nearby.

To get started, simply click "Places Near Me" on your new Tab Page & Search Any Place. Example: Type "Eye Doctor" & our system will show all Eye Doctor's near your location.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://placesnearme.org/pages/privacy.html
EULA: https://placesnearme.org/pages/eula.html

Uninstall Instructions: 
https://placesnearme.org/uninstall.html                    

एक्सटेंशन की मूल जानकारी

नाम Places Near Me Places Near Me
ID lhdjgfcebdlmhphhbddcdpaegbnpbmke
आधिकारिक URL https://chromewebstore.google.com/detail/places-near-me/lhdjgfcebdlmhphhbddcdpaegbnpbmke
विवरण Places Near Me replaces your new tab with quick access to Nearby Places & sponsored web search.
फ़ाइल का आकार 816 KB
स्थापना संख्या 46,575
वर्तमान संस्करण 1.0.11
अंतिम अपडेट 2023-01-07
प्रकाशन तिथि 2022-08-15
डेवलपर Places Near Me
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://placesnearme.org/pages/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.11",
    "manifest_version": 3,
    "short_name": "Places Near Me",
    "description": "Places Near Me replaces your new tab with quick access to Nearby Places & sponsored web search.",
    "name": "Places Near Me",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}