Dollarcake
The more you as a creator EARN the more your community EARNS
Wat is Dollarcake?
Dollarcake is een Chrome-extensie ontwikkeld door https://dollarcake.com, en de belangrijkste functie is "The more you as a creator EARN the more your community EARNS".
Extensie Screenshots
Download het CRX-bestand van de extensie Dollarcake
Download Dollarcake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Dollarcake is a way to support your favorite Youtube channels. Stake Dollarcake tokens with a channel and earn rewards for you and the Youtube channel. Basisinformatie over de Extensie
| Naam | |
| ID | lhckeajmkomcmgnicmklgggmobonehbl |
| Officiële URL | https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl |
| Beschrijving | The more you as a creator EARN the more your community EARNS |
| Bestandsgrootte | 4.17 MB |
| Aantal Installaties | 197 |
| Huidige Versie | 1.0.4.1 |
| Laatst Bijgewerkt | 2021-11-19 |
| Publicatiedatum | 2021-10-13 |
| Beoordeling | 5.00/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://dollarcake.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://dollarcake.com |
| URL van de Privacybeleid Pagina | https://dollarcake.com/privacy |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dollarcake",
"description": "The more you as a creator EARN the more your community EARNS",
"version": "1.0.4.1",
"content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
"permissions": [
"identity",
"https:\/\/*.youtube.com\/*",
"http:\/\/*.youtube.com\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.youtube.com\/*",
"http:\/\/*.youtube.com\/*",
"file:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_popup": "index.html"
},
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"inpage.js"
]
} | |