Swash

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

Cos'è Swash?

Swash è un'estensione di Chrome sviluppata da https://swashapp.io, e la sua funzione principale è "Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Swash

Scarica i file di estensione Swash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Swash Swash
ID cmndjbecilbocjfkibfbifhngkdmjgog
URL Ufficiale https://chromewebstore.google.com/detail/swash/cmndjbecilbocjfkibfbifhngkdmjgog
Descrizione Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.
Dimensione del File 2.08 MB
Conteggio Installazioni 40,000
Versione Corrente 2.10.0
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2020-05-22
Valutazione 4.80/5 Totale 5098 Valutazioni
Sviluppatore https://swashapp.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://support.swashapp.io
URL della Pagina della Politica sulla Privacy https://swashapp.io/privacy-policy/extension
Lingue Supportate 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"
    }
}