Swash

Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.

¿Qué es Swash?

Swash es una extensión de Chrome desarrollada por https://swashapp.io, y su función principal es "Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Swash

Descarga archivos de extensión Swash en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Know your worth and earn for being you, online.

Swash is an online earning portal where you can earn points for being active and completing tasks online. Redeem your earnings for cash, gift cards, and crypto or choose to donate to causes you believe in.

Whether you're surfing the web, seeing ads, or sharing opinions, you deserve to be thanked for your efforts. 

New ways to amp up your earnings are added to Swash every month!

Features:

- Easy onboarding to start earning straight away
- Referral rewards when you invite your friends
- Opt-in to expand your earning opportunities with Earn More
- See what data is captured and be in control
- Donate the value of your data to charity with Data for Good
- Simple backup options
- 100% free to use and start earning today

———————————
About Swash: 

Swash is an online earning portal where people can earn for being active and completing tasks online. Try Swash today for free.

Alongside the earning dashboard, Swash consists of a wide network of interlinking collaborators including:

- Brands that publish ads with Swash Ads
- businesses that buy and analyse data with sIntelligence
- Data scientists who build models with sCompute
- Developers who innovate on the Swash stack
- Charities who receive your donations with Data for Good

———————————
By using this extension, you agree to the Swash Terms of Use available at https://swashapp.io/terms-use

Disclaimer:

Swash works by redistributing data profits back to people. To do this, it needs to be able to capture your (non-sensitive) data.  Swash has completed a Data Protection Impact Assessment for the Information Commissioner's Office in the UK, is an accredited member of the Data & Marketing Association, and uses open-source technology to create a culture of transparency. If you would like to learn more, check out the FAQs on the Swash website.                    

Información Básica de la Extensión

Nombre Swash Swash
ID cmndjbecilbocjfkibfbifhngkdmjgog
URL Oficial https://chromewebstore.google.com/detail/swash/cmndjbecilbocjfkibfbifhngkdmjgog
Descripción Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.
Tamaño del Archivo 2.08 MB
Cantidad de Instalaciones 40,000
Versión Actual 2.10.0
Última Actualización 2023-12-13
Fecha de Publicación 2020-05-22
Calificación 4.80/5 Total de 5098 Calificaciones
Desarrollador https://swashapp.io
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://support.swashapp.io
URL de la Página de Política de Privacidad https://swashapp.io/privacy-policy/extension
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swash",
    "version": "2.10.0",
    "description": "Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.",
    "homepage_url": "https:\/\/swashapp.io\/",
    "icons": {
        "16": "static\/images\/swash\/active-16.png",
        "48": "static\/images\/swash\/active-48.png",
        "96": "static\/images\/swash\/active-96.png",
        "128": "static\/images\/swash\/active-128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Swash",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "static\/images\/swash\/active-16.png",
            "48": "static\/images\/swash\/active-48.png",
            "96": "static\/images\/swash\/active-96.png",
            "128": "static\/images\/swash\/active-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dummy_script.5795d7af.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "core\/inpage_scripts\/sdk_page_script.js"
            ],
            "matches": [
                "https:\/\/*.swashapp.io\/*"
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "clipboardRead",
        "downloads",
        "notifications",
        "scripting",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": "app-start.331cf4c2.js"
    }
}