Surfcoin

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

Τι είναι το Surfcoin;

Το Surfcoin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Surfcoin

Λήψη αρχείων επέκτασης 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
Επίσημο 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": [
                ""
            ]
        }
    ]
}