Satsback.com: Earn bitcoin rewards
Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.
What is Satsback.com: Earn bitcoin rewards?
Satsback.com: Earn bitcoin rewards is a Chrome extension developed by https://satsback.com, and its main feature is "Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.".
Extension Screenshots
Download Satsback.com: Earn bitcoin rewards Extension CRX File
Download Satsback.com: Earn bitcoin rewards 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
Satsback.com enables you to earn free bitcoin rewards when you shop online at more than 10K connected merchants worldwide.
Extension Basic Information
Name | Satsback.com: Earn bitcoin rewards |
ID | aafjjocpcjgbdkcfblcaejddeemlfjej |
Official URL | https://chromewebstore.google.com/detail/satsbackcom-earn-bitcoin/aafjjocpcjgbdkcfblcaejddeemlfjej |
Description | Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide. |
File Size | 1.61 MB |
Installation Count | 4,329 |
Current Version | 22.3.9 |
Last Updated | 2022-05-11 |
Publish Date | 2021-05-16 |
Rating | 4.13/5 Total 15 Ratings |
Developer | https://satsback.com |
[email protected] | |
Payment Type | free |
Extension Website | https://satsback.com |
Help Page URL | https://t.me/satsback |
Privacy Policy Page URL | https://satsback.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Satsback.com: Earn bitcoin rewards", "version": "22.3.9", "description": "Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.", "homepage_url": "https:\/\/satsback.com\/", "manifest_version": 2, "minimum_chrome_version": "74", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "67.0" } }, "icons": { "48": "assets\/images\/satsback-icon-48.png", "96": "assets\/images\/satsback-icon-96.png", "128": "assets\/images\/satsback-icon-128.png" }, "permissions": [ "storage", "alarms", "*:\/\/satsback.com\/*" ], "web_accessible_resources": [ "satsback.html", "css\/style.css", "satsback.js" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |