Swash

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

什麼是Swash?

Swash是由https://swashapp.io開發的Chrome擴展程式,該擴展的主要功能是“Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Swash擴展crx文件

下載Swash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Swash Swash
ID cmndjbecilbocjfkibfbifhngkdmjgog
官方網址 https://chromewebstore.google.com/detail/swash/cmndjbecilbocjfkibfbifhngkdmjgog
簡介 Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.
檔案大小 2.08 MB
安裝次數 40,000
目前版本 2.10.0
更新時間 2023-12-13
上架時間 2020-05-22
評分 4.80/5 共 5098 次評分
開發者 https://swashapp.io
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://support.swashapp.io
隱私政策頁面URL https://swashapp.io/privacy-policy/extension
支援的語言 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"
    }
}