Satsback.com: Earn bitcoin rewards
Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.
什么是Satsback.com: Earn bitcoin rewards?
Satsback.com: Earn bitcoin rewards是由https://satsback.com开发的Chrome扩展程序,该扩展的主要功能是“Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.”。
扩展截图
下载Satsback.com: Earn bitcoin rewards扩展crx文件
下载Satsback.com: Earn bitcoin rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Satsback.com enables you to earn free bitcoin rewards when you shop online at more than 10K connected merchants worldwide. 扩展基本信息
| 名称 | |
| ID | aafjjocpcjgbdkcfblcaejddeemlfjej |
| 官方URL | https://chromewebstore.google.com/detail/satsbackcom-earn-bitcoin/aafjjocpcjgbdkcfblcaejddeemlfjej |
| 简介 | Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide. |
| 文件大小 | 1.61 MB |
| 安装次数 | 4,329 |
| 当前版本 | 22.3.9 |
| 更新时间 | 2022-05-11 |
| 上架时间 | 2021-05-16 |
| 评分 | 4.13/5 共15次评分 |
| 开发者 | https://satsback.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://satsback.com |
| 帮助页面URL | https://t.me/satsback |
| 隐私政策页面URL | https://satsback.com/privacy-policy |
| 支持的语言 | 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"
]
}
]
} | |