Sats4Likes

Earn sats for completing simple tasks.

What is Sats4Likes?

Sats4Likes is a Chrome extension developed by https://kriptode.com, and its main feature is "Earn sats for completing simple tasks.".

Extension Screenshots

screenshot

Download Sats4Likes Extension CRX File

Download Sats4Likes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sats4Likes Sats4Likes
ID anmbphfhapngpdekfadlildbjbhojkbn
Official URL https://chromewebstore.google.com/detail/sats4likes/anmbphfhapngpdekfadlildbjbhojkbn
Description Earn sats for completing simple tasks.
File Size 185 KB
Installation Count 77
Current Version 0.0.1
Last Updated 2020-03-10
Publish Date 2020-03-08
Rating 2.50/5 Total 4 Ratings
Developer https://kriptode.com
Email [email protected]
Payment Type free
Extension Website https://kriptode.com/satsforlikes/index.html
Supported Languages 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"
            ]
        }
    ]
}