Swash

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

What is Swash?

Swash is a Chrome extension developed by https://swashapp.io, and its main feature is "Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Swash Extension CRX File

Download Swash 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

                        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.                    

Extension Basic Information

Name Swash Swash
ID cmndjbecilbocjfkibfbifhngkdmjgog
Official URL https://chromewebstore.google.com/detail/swash/cmndjbecilbocjfkibfbifhngkdmjgog
Description Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.
File Size 2.08 MB
Installation Count 40,000
Current Version 2.10.0
Last Updated 2023-12-13
Publish Date 2020-05-22
Rating 4.80/5 Total 5098 Ratings
Developer https://swashapp.io
Email [email protected]
Payment Type free
Help Page URL https://support.swashapp.io
Privacy Policy Page URL https://swashapp.io/privacy-policy/extension
Supported Languages 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"
    }
}