Sats4Likes

Earn sats for completing simple tasks.

Cos'è Sats4Likes?

Sats4Likes è un'estensione di Chrome sviluppata da https://kriptode.com, e la sua funzione principale è "Earn sats for completing simple tasks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sats4Likes

Scarica i file di estensione Sats4Likes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension for Sats4Likes.com!
Earn sats (1 sat = 1/100million bitcoin) for completing small, quick tasks.
Withdraw immediately by using any of Lightning enabled Bitcoin wallet that supports LNURL.
This extension will track the current page you are on and ensure you complete the task and immediately deposit sats to your wallet on the extension. You can show LNURL QR Code and scan it with your wallet to withdraw.
No fees, no minimums.                    

Informazioni di Base sull'Estensione

Nome Sats4Likes Sats4Likes
ID anmbphfhapngpdekfadlildbjbhojkbn
URL Ufficiale https://chromewebstore.google.com/detail/sats4likes/anmbphfhapngpdekfadlildbjbhojkbn
Descrizione Earn sats for completing simple tasks.
Dimensione del File 185 KB
Conteggio Installazioni 77
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-03-10
Data di Pubblicazione 2020-03-08
Valutazione 2.50/5 Totale 4 Valutazioni
Sviluppatore https://kriptode.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kriptode.com/satsforlikes/index.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sats4Likes",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Earn sats for completing simple tasks.",
    "homepage_url": "https:\/\/kriptode.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "sats4likes",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/*\/*",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}