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開發的Chrome擴展程式,該擴展的主要功能是“Start earning crypto for browsing. Your web activity is value - claim it back from platforms and advertisers with Surfcoins.”。

擴展截圖

screenshot
screenshot

下載Surfcoin擴展crx文件

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

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}