Dollarcake
The more you as a creator EARN the more your community EARNS
Was ist Dollarcake?
Dollarcake ist eine Chrome-Erweiterung, die von https://dollarcake.com entwickelt wurde, und ihr Hauptmerkmal ist "The more you as a creator EARN the more your community EARNS".
Erweiterungsscreenshots
Dollarcake-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dollarcake-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Dollarcake |
ID | lhckeajmkomcmgnicmklgggmobonehbl |
Offizielle URL | https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl |
Beschreibung | The more you as a creator EARN the more your community EARNS |
Dateigröße | 4.17 MB |
Installationsanzahl | 197 |
Aktuelle Version | 1.0.4.1 |
Letztes Update | 2021-11-19 |
Veröffentlichungsdatum | 2021-10-13 |
Bewertung | 5.00/5 Insgesamt 13 Bewertungen |
Entwickler | https://dollarcake.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dollarcake.com |
URL der Datenschutzrichtlinien-Seite | https://dollarcake.com/privacy |
Unterstützte Sprachen | 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" ] } |