Privoogle — Private Search Engine

Take back your online privacy by using Privoogle as your default search engine.

Privoogle — Private Search Engine क्या है?

Privoogle — Private Search Engine https://www.privoogle.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take back your online privacy by using Privoogle as your default search engine."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Take back your online privacy by using Privoogle as your default search engine.
This search engine extension protects users from being tracked while allowing them to search the web in complete privacy. 

Privoogle is a private search engine with no tracking, storing, or selling users' search history. To ensure you have "always-on" search privacy AND to search Privoogle directly from your URL bar, we recommend installing our search engine extension.

The Privoogle private search extension:
- Does NOT save, share, or sell your personal or search engine data
- Delivers Google search results
- Doesn't have 3rd party trackers and cookies like other search engines
- Ensures unprofiled search results, guaranteeing the same information for everyone in the world
- Has self-destructing search results pages, that destroy any evidence of use after 5 minutes of no activity
- Protects worldwide users with European privacy legislation 
- Is GDPR and CCPA compliant 

Learn more about why Privoogle is the world's most private search engine:
- Homepage: www.privoogle.com 
- Privacy Policy: https://www.privoogle.com/privacy/
- About Us: https://www.privoogle.com/about/
- Contact: [email protected]                    

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

नाम Privoogle — Private Search Engine Privoogle — Private Search Engine
ID inmoepflfddilkjbeapbbleehfncadpg
आधिकारिक URL https://chromewebstore.google.com/detail/privoogle-%E2%80%94-private-searc/inmoepflfddilkjbeapbbleehfncadpg
विवरण Take back your online privacy by using Privoogle as your default search engine.
फ़ाइल का आकार 11.45 KB
स्थापना संख्या 62
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-10-21
प्रकाशन तिथि 2020-10-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.privoogle.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.privoogle.com/
सहायता पृष्ठ URL https://www.privoogle.com/
गोपनीयता नीति पृष्ठ URL https://www.privoogle.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Privoogle \u2014 Private Search Engine",
    "description": "Take back your online privacy by using Privoogle as your default search engine.",
    "version": "1.1.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "minimum_chrome_version": "56",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.privoogle.com\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Privoogle",
            "keyword": "privoogle.com",
            "search_url": "https:\/\/www.privoogle.com\/search\/s.php?q={searchTerms}",
            "favicon_url": "https:\/\/www.privoogle.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "Privoogle \u2014 Private Search Engine"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.privoogle.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}