Dollarcake
The more you as a creator EARN the more your community EARNS
Apa itu Dollarcake?
Dollarcake adalah ekstensi Chrome yang dikembangkan oleh https://dollarcake.com, dan fitur utamanya adalah "The more you as a creator EARN the more your community EARNS".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dollarcake
Unduh file ekstensi Dollarcake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Dollarcake |
ID | lhckeajmkomcmgnicmklgggmobonehbl |
URL Resmi | https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl |
Deskripsi | The more you as a creator EARN the more your community EARNS |
Ukuran File | 4.17 MB |
Jumlah Instalasi | 197 |
Versi Saat Ini | 1.0.4.1 |
Terakhir Diperbarui | 2021-11-19 |
Tanggal Publikasi | 2021-10-13 |
Penilaian | 5.00/5 Total 13 Penilaian |
Pengembang | https://dollarcake.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://dollarcake.com |
URL Halaman Kebijakan Privasi | https://dollarcake.com/privacy |
Bahasa yang Didukung | 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" ] } |