Shield Data

Extension para filtrar cookies y monetizar mis datos

Wat is Shield Data?

Shield Data is een Chrome-extensie ontwikkeld door pedro, en de belangrijkste functie is "Extension para filtrar cookies y monetizar mis datos".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shield Data

Download Shield Data-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Shield Data Shield Data
ID npejhelagbmmjjhapomlnebiejnbbdak
Officiële URL https://chromewebstore.google.com/detail/shield-data/npejhelagbmmjjhapomlnebiejnbbdak
Beschrijving Extension para filtrar cookies y monetizar mis datos
Bestandsgrootte 2.81 MB
Aantal Installaties 90
Huidige Versie 2.9
Laatst Bijgewerkt 2022-05-22
Publicatiedatum 2022-01-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar pedro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://shield-staged.web.app
URL van de Privacybeleid Pagina https://www.privacypolicies.com/generic
Ondersteunde Talen 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'"
}