Satsback.com: Earn bitcoin rewards
Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.
Vad är Satsback.com: Earn bitcoin rewards?
Satsback.com: Earn bitcoin rewards är en Chrome-tillägg utvecklad av https://satsback.com, och dess huvudfunktion är "Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.".
Tilläggsskärmbilder
Ladda ner Satsback.com: Earn bitcoin rewards-förlängningens CRX-fil
Ladda ner Satsback.com: Earn bitcoin rewards-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Satsback.com enables you to earn free bitcoin rewards when you shop online at more than 10K connected merchants worldwide. Grundläggande Information om Tillägg
| Namn | |
| ID | aafjjocpcjgbdkcfblcaejddeemlfjej |
| Officiell webbadress | https://chromewebstore.google.com/detail/satsbackcom-earn-bitcoin/aafjjocpcjgbdkcfblcaejddeemlfjej |
| Beskrivning | Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide. |
| Filstorlek | 1.61 MB |
| Antal Installationer | 4,329 |
| Aktuell Version | 22.3.9 |
| Senast Uppdaterad | 2022-05-11 |
| Publiceringsdatum | 2021-05-16 |
| Betyg | 4.13/5 Totalt 15 Betyg |
| Utvecklare | https://satsback.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://satsback.com |
| Hjälpsida URL | https://t.me/satsback |
| URL till Sekretesspolicy Sidan | https://satsback.com/privacy-policy |
| Stödda Språk | 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"
]
}
]
} | |