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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}