Shield Data

Extension para filtrar cookies y monetizar mis datos

ما هو Shield Data؟

Shield Data هو إضافة Chrome تم تطويرها بواسطة pedro، والميزة الرئيسية لها هي "Extension para filtrar cookies y monetizar mis datos".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shield Data

قم بتنزيل ملفات الامتداد Shield Data بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Shield Data Shield Data
ID npejhelagbmmjjhapomlnebiejnbbdak
عنوان URL الرسمي https://chromewebstore.google.com/detail/shield-data/npejhelagbmmjjhapomlnebiejnbbdak
الوصف Extension para filtrar cookies y monetizar mis datos
حجم الملف 2.81 MB
عدد التثبيتات 90
النسخة الحالية 2.9
آخر تحديث 2022-05-22
تاريخ النشر 2022-01-04
تقييم 5.00/5 مجموع تقييمات 1
المطور pedro
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://shield-staged.web.app
عنوان صفحة سياسة الخصوصية https://www.privacypolicies.com/generic
اللغات المدعومة 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'"
}