Sats4Likes

Earn sats for completing simple tasks.

Sats4Likes là gì?

Sats4Likes là một tiện ích mở rộng Chrome được phát triển bởi https://kriptode.com, và tính năng chính của nó là "Earn sats for completing simple tasks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sats4Likes

Tải xuống các tệp mở rộng Sats4Likes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sats4Likes Sats4Likes
ID anmbphfhapngpdekfadlildbjbhojkbn
URL Chính Thức https://chromewebstore.google.com/detail/sats4likes/anmbphfhapngpdekfadlildbjbhojkbn
Mô tả Earn sats for completing simple tasks.
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-03-10
Ngày Phát Hành 2020-03-08
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://kriptode.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kriptode.com/satsforlikes/index.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}