Quantum Data Security

Quantum Data Security is like Incognito mode, but on steroids.

Quantum Data Security क्या है?

Quantum Data Security http://qu-ds.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quantum Data Security is like Incognito mode, but on steroids."।

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

screenshot

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

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

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

                        What does Quantum Data Security do?

1. It deletes your browsing info when you close all windows to keep your browsing history private.

2. It prevents Google searches from being associated with you.

3. It sends your internet traffic through an encrypted VPN tunnel, so your passwords and confidential data stay safe, even over public or internet connections you don't trust.

4. It provides you with a password manager to safely and securely store your passwords.

What can people see about my browsing?

1. Quantum Data Security will delete your browsing history, cookies, and site data, as well as passwords, addresses, and form data when you close all browser windows. 

2. Your school, workplace, and internet service provider won't be able to access this data when you use Quantum Data Security.

What data does Quantum Data Security collect?

- Quantum Data Security will only collect data that you have consented to providing. 

- While browsing with Quantum Data Security, the websites you've visited are never used for product improvement. 

How does search with Quantum Data Security protect me?

- When a search query is submitted while Quantum Data Security is installed, data that can be used to identify your account or device is removed. Quantum Data Security will still provide local results based on your IP location, which can't be traced back to your account or device.

- Your searches are never used for tracking purposes.

How can I control my tracking prevention settings when browsing with Quantum Data Security?

- When you browse with Quantum Data Security, you can set Quantum Data Security to "Strict" using the toggle or by going to settings. If you don't change this, tracking prevention will remain the same as a normal browsing window.                    

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

नाम Quantum Data Security Quantum Data Security
ID jmkjcojioodegnniikceboiainpeimaj
आधिकारिक URL https://chrome.google.com/webstore/detail/quantum-data-security/jmkjcojioodegnniikceboiainpeimaj
विवरण Quantum Data Security is like Incognito mode, but on steroids.
फ़ाइल का आकार 38.04 KB
स्थापना संख्या 328
वर्तमान संस्करण 5.2.4.7
अंतिम अपडेट 2020-12-26
प्रकाशन तिथि 2020-02-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://qu-ds.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quantum Data Security",
    "short_name": "QDS",
    "version": "5.2.4.7",
    "minimum_chrome_version": "21",
    "description": "Quantum Data Security is like Incognito mode, but on steroids.",
    "author": "Ephraim Mulilo",
    "browser_action": {
        "default_icon": "16.png",
        "default_popup": "options.html",
        "default_title": "Quantum Data Security"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "browsingData"
    ],
    "optional_permissions": [
        "downloads",
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "options_page": "options.html",
    "offline_enabled": true
}