Surf

Surf rewards you for your everyday browsing.

Surf क्या है?

Surf https://joinsurf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surf rewards you for your everyday browsing."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Surf एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Surf is a privacy-first browser extension that allows you to passively earn points from the data you choose to share!

Passively Earn Points
No surveys, no ads or changing your browsing. Earn rewards for the data you already share.

Get Rewards as Good as Cash
Redeem points for items, coupons and gift cards from some of the coolest brands.

Take Control of Your Data
Full transparency and control over your data - view and manage the data you share at any time.

Tell us about your experience using Surf for Chrome:
In the web app click “Feedback” on the left side

Send us what you love and what you don’t like! We want to hear from you.
If you can, drop a review!

Thanks for being a Surfer and happy earning (on Chrome)!

Surf is currently just for people in the US, Canada, UK, Germany, France, Ireland, and Spain - we will be launching in more regions internationally soon (sign up for our waitlist)!                    

एक्सटेंशन की मूल जानकारी

नाम Surf Surf
ID ghikjlilclccglcfjcfomejpbgpaaban
आधिकारिक URL https://chromewebstore.google.com/detail/surf/ghikjlilclccglcfjcfomejpbgpaaban
विवरण Surf rewards you for your everyday browsing.
फ़ाइल का आकार 1.78 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 0.4.42
अंतिम अपडेट 2023-11-27
प्रकाशन तिथि 2021-09-05
रेटिंग 4.30/5 कुल 1029 रेटिंग्स
डेवलपर https://joinsurf.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://joinsurf.com
गोपनीयता नीति पृष्ठ URL http://joinsurf.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.4.42",
    "name": "Surf",
    "description": "Surf rewards you for your everyday browsing.",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "webNavigation",
        "alarms"
    ],
    "oauth2": {
        "client_id": "616868683921-bpok9c7arg30t4srldtu4n1trobchint.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "openid"
        ]
    },
    "icons": {
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "browser_action": {
        "default_icon": "logo192.png",
        "default_popup": "index.html",
        "default_title": "Surf"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                ".\/web-app-bus.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/app.joinsurf-staging.com\/*",
                "https:\/\/app.joinsurf.com\/*"
            ]
        },
        {
            "js": [
                ".\/marketing-site-bus.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/surf-ae5ea3.webflow.io\/*",
                "https:\/\/joinsurf.com\/*",
                "https:\/\/www.joinsurf.com\/*"
            ]
        },
        {
            "js": [
                ".\/giveaways-site-bus.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/localhost.test:3000\/*",
                "http:\/\/dashboard.localhost.test:3000\/*",
                "https:\/\/giveaways.joinsurf-staging.com\/*",
                "https:\/\/dashboard.giveaways.joinsurf-staging.com\/*",
                "https:\/\/giveaways.joinsurf.com\/*",
                "https:\/\/dashboard.giveaways.joinsurf.com\/*"
            ]
        },
        {
            "js": [
                ".\/alerts-bus.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}