Shield Data

Extension para filtrar cookies y monetizar mis datos

Was ist Shield Data?

Shield Data ist eine Chrome-Erweiterung, die von pedro entwickelt wurde, und ihr Hauptmerkmal ist "Extension para filtrar cookies y monetizar mis datos".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Shield Data-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shield Data-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ENG Version:

Shield Data is an extension that allows users to blook third-party cookies based on their 
preferences and monetizes their data in a simple and free manner.

First, the user can adjust which third-party cookies the extension should block. 
Among the options are Analytics cookies, Security Cookies, Trackers, and Cookies of each user session.
Switch cookies On/Off take only 1 minute. Additionally, the extension allows for blocking ads. 
Those features combined are aimed at improving the security and privacy of the user on the 
Internet by prohibiting external companies to gather data about the user and sell them without 
his consent. 

The second option offered by the extension is monetization mode. In that case, user shares his 
data, such as preferences and email address, which then are stored securely and rented for 
partner companies in a transparent way. 
Partners, in exchange, pay for renting data and Shield gives money back to the user in the form of Shield Token which then can be redeemed in a crypto wallet. 

The extension works for free for everyone and is connected to web application that serves as a 
managing panel for the user. 

Website — Link: https://www.shield-data.com

Offered by: Shield Data Solutions


ESP Version:

Shield Data es una extensión que permite a los usuarios bloquear las cookies de terceros en 
función de sus preferencias y monetizar sus datos de forma sencilla y gratuita.

En primer lugar, el usuario puede ajustar qué cookies de terceros debe bloquear la extensión. 
Entre las opciones están: las cookies de análisis, las cookies de seguridad, los rastreadores y 
las cookies de cada inicio de sesión. Activar y desactivar las cookies sólo lleva 1 minuto. 
Además, la extensión permite bloquear los anuncios. 

Estas características combinadas tienen como objetivo mejorar la seguridad y la privacidad del usuario en Internet, prohibiendo que empresas externas recopilen datos sobre el usuario y los vendan sin su consentimiento. 

La segunda opción que ofrece la extensión es el modo de monetización. En este caso, el 
usuario comparte sus datos, como gustos, preferencias y su dirección de correo electrónico, 
que luego se almacenan de forma segura y se venden a empresas asociadas de forma 
transparente. 
Los socios, a cambio, pagan por el alquiler/compra de los datos y Shield devuelve
el dinero al usuario en forma de Shield Token que luego puede ser canjeado en una cartera de 
criptomonedas. 

La extensión funciona de forma gratuita para todo el mundo y está conectada a una aplicación 
web que sirve de panel de gestión para el usuario. 

Link de página web: https://www.shield-data.com

Offrecido por: Shield Data Solutions                    

Grundlegende Informationen zur Erweiterung

Name Shield Data Shield Data
ID npejhelagbmmjjhapomlnebiejnbbdak
Offizielle URL https://chromewebstore.google.com/detail/shield-data/npejhelagbmmjjhapomlnebiejnbbdak
Beschreibung Extension para filtrar cookies y monetizar mis datos
Dateigröße 2.81 MB
Installationsanzahl 90
Aktuelle Version 2.9
Letztes Update 2022-05-22
Veröffentlichungsdatum 2022-01-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler pedro
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shield-staged.web.app
URL der Datenschutzrichtlinien-Seite https://www.privacypolicies.com/generic
Unterstützte Sprachen es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shield Data",
    "description": "Extension para filtrar cookies y monetizar mis datos",
    "version": "2.9",
    "manifest_version": 2,
    "icons": {
        "16": "blue_shield.png",
        "48": "blue_shield.png",
        "128": "blue_shield.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "blue_shield.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/securetoken.googleapis.com https:\/\/apis.google.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}