Surfcoin

Start earning crypto for browsing. Your web activity is value - claim it back from platforms and advertisers with Surfcoins.

Surfcoin क्या है?

Surfcoin https://surfcoin.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start earning crypto for browsing. Your web activity is value - claim it back from platforms and advertisers with Surfcoins."।

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

screenshot
screenshot

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

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

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

                        Install Surfcoin for Chrome and start earning crypto for browsing and searching the web. Your web activity is value - claim it back from platforms and advertisers with Surfcoins. Use Surfcoin tokens to buy unique NFTs, coupons, goods and more.                    

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

नाम Surfcoin Surfcoin
ID kgbpakmgbpfbheliajbecgodipogehjg
आधिकारिक URL https://chromewebstore.google.com/detail/surfcoin/kgbpakmgbpfbheliajbecgodipogehjg
विवरण Start earning crypto for browsing. Your web activity is value - claim it back from platforms and advertisers with Surfcoins.
फ़ाइल का आकार 4.88 MB
स्थापना संख्या 1,205
वर्तमान संस्करण Worsley
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2022-11-26
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर https://surfcoin.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://surfcoin.co/
गोपनीयता नीति पृष्ठ URL https://surfcoin.co/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Surfcoin",
    "short_name": "Surfcoin",
    "version_name": "Worsley",
    "version": "3.3.0",
    "icons": {
        "16": "assets\/logo-16x16.png",
        "24": "assets\/logo-24x24.png",
        "32": "assets\/logo-32x32.png",
        "48": "assets\/logo-48x48.png",
        "96": "assets\/logo-96x96.png",
        "128": "assets\/logo-128x128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "index.html#\/settings",
        "open_in_tab": false
    },
    "manifest_version": 3,
    "author": "Dot Dapp",
    "homepage_url": "https:\/\/surfcoin.co",
    "description": "Start earning crypto for browsing. Your web activity is value - claim it back from platforms and advertisers with Surfcoins.",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "favicon",
        "activeTab",
        "webNavigation",
        "idle",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "in-page.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}