Solipay Chrome Extension

Get paid for browsing the web. Pairs with the Solipay mobile app.

Solipay Chrome Extension란 무엇입니까?

Solipay Chrome Extension은(는) http://solipay.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get paid for browsing the web. Pairs with the Solipay mobile app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Solipay Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Solipay wants you to see your fair share when companies buy and sell your location, browsing and device data. 

The Solipay Chrome extension lets you decide on your own terms if you would like to monetize your browsing data with the switch of a toggle. Turn the toggle on when you'd like to share your browsing data, and turn it off when you don't. It's that simple. 

The Chrome extension now supports shopping data! Browse for products at your favorite Shopify or Amazon stores and view them all in one place. Monetize your shopping data in the Solipay mobile app.

NEW: Solipay helps you block advertisements as you browse the internet and get paid for your data! Flip on the Solipay ad blocker toggle to start protecting yourself as you surf the web.

To Use the Extension:
Download the Solipay mobile app in the App Store or Google Play Store to create an account which you can use to log in to the extension. In the mobile app, view insights on your browsing activity and accept offers to get paid for your browsing data through Venmo or PayPal.                    

확장 프로그램 기본 정보

이름 Solipay Chrome Extension Solipay Chrome Extension
ID fegamefljcehdabcmblbdglfdkpckehm
공식 URL https://chrome.google.com/webstore/detail/solipay-chrome-extension/fegamefljcehdabcmblbdglfdkpckehm
설명 Get paid for browsing the web. Pairs with the Solipay mobile app.
파일 크기 1003 KB
설치 횟수 7,000
현재 버전 1.0.18
최근 업데이트 2022-01-05
출시 날짜 2020-09-08
평점 2.90/5 총 30 개의 평점
개발자 http://solipay.tech
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.solipay.tech/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Solipay",
    "name": "Solipay Chrome Extension",
    "description": "Get paid for browsing the web. Pairs with the Solipay mobile app.",
    "version": "1.0.18",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "history",
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "page": ".\/public\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Solipay",
        "default_icon": "SolipayLogo_blue.png"
    },
    "icons": {
        "16": "favicon.ico",
        "48": "SolipayLogo_blue.png",
        "128": "SolipayLogo_blue.png"
    },
    "web_accessible_resources": [
        "*.png",
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/; object-src 'self'"
}