Swash

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

Hvad er Swash?

Swash er en Chrome-udvidelse udviklet af https://swashapp.io, og dens hovedfunktion er "Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Swash-udvidelses-CRX-fil

Download Swash-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Swash Swash
ID cmndjbecilbocjfkibfbifhngkdmjgog
Officiel URL https://chromewebstore.google.com/detail/swash/cmndjbecilbocjfkibfbifhngkdmjgog
Beskrivelse Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.
Filstørrelse 2.08 MB
Antal Installationer 40,000
Nuværende Version 2.10.0
Senest Opdateret 2023-12-13
Udgivelsesdato 2020-05-22
Bedømmelse 4.80/5 Samlet 5098 Bedømmelser
Udvikler https://swashapp.io
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://support.swashapp.io
URL til Fortrolighedspolitik Side https://swashapp.io/privacy-policy/extension
Understøttede Sprog 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"
    }
}