EXP Anti Detect Browser Free

Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/

Cos'è EXP Anti Detect Browser Free?

EXP Anti Detect Browser Free è un'estensione di Chrome sviluppata da Nic4Love, e la sua funzione principale è "Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione EXP Anti Detect Browser Free

Scarica i file di estensione EXP Anti Detect Browser Free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🌟 Attention
Extension requires permission to run in private window

🌟 Privacy Policy

This extension is a Purchase app. This SERVICE is provided by EXP and is intended for use as is.


This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as our Terms and Conditions

🌟Information Collection and Use

For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information, including but not limited to email, name. The information that we request is will be retained by us and used as described in this privacy policy.

🌟Service Providers

We may employ third-party companies and individuals due to the following reasons:

+ To facilitate our Service;
+ To provide the Service on our behalf;
+ To perform Service-related services; or
+ To assist us in analyzing how our Service is used.
We want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.

🌟Security

We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.

🌟Changes to This Privacy Policy

We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.

🌟Contact Us

If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.                    

Informazioni di Base sull'Estensione

Nome EXP Anti Detect Browser Free EXP Anti Detect Browser Free
ID ilhlgpdndaddmmmlnhdeapblelmjmlpl
URL Ufficiale https://chromewebstore.google.com/detail/exp-anti-detect-browser-f/ilhlgpdndaddmmmlnhdeapblelmjmlpl
Descrizione Anti browser leaks: language, time, location, webrtc. You can check from https://whoer.net/
Dimensione del File 696 KB
Conteggio Installazioni 365
Versione Corrente 0.0.7
Ultimo Aggiornamento 2024-01-20
Data di Pubblicazione 2021-08-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Nic4Love
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://efs.teamexp.net/policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EXP Anti Detect Browser Free",
    "version": "0.0.7",
    "description": "Anti browser leaks: language, time, location, webrtc. You can check from https:\/\/whoer.net\/",
    "author": "Nic",
    "permissions": [
        "proxy",
        "privacy",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.min.js",
                "revert.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}