Shield Data

Extension para filtrar cookies y monetizar mis datos

What is Shield Data?

Shield Data is a Chrome extension developed by pedro, and its main feature is "Extension para filtrar cookies y monetizar mis datos".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Shield Data Extension CRX File

Download Shield Data extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Shield Data Shield Data
ID npejhelagbmmjjhapomlnebiejnbbdak
Official URL https://chromewebstore.google.com/detail/shield-data/npejhelagbmmjjhapomlnebiejnbbdak
Description Extension para filtrar cookies y monetizar mis datos
File Size 2.81 MB
Installation Count 90
Current Version 2.9
Last Updated 2022-05-22
Publish Date 2022-01-04
Rating 5.00/5 Total 1 Ratings
Developer pedro
Email [email protected]
Payment Type free
Extension Website https://shield-staged.web.app
Privacy Policy Page URL https://www.privacypolicies.com/generic
Supported Languages 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'"
}