Solipay Chrome Extension

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

Solipay Chrome Extension क्या है?

Solipay Chrome Extension http://solipay.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get paid for browsing the web. Pairs with the Solipay mobile app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Solipay Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}