Dollarcake

The more you as a creator EARN the more your community EARNS

What is Dollarcake?

Dollarcake is a Chrome extension developed by https://dollarcake.com, and its main feature is "The more you as a creator EARN the more your community EARNS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dollarcake Extension CRX File

Download Dollarcake extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dollarcake Dollarcake
ID lhckeajmkomcmgnicmklgggmobonehbl
Official URL https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl
Description The more you as a creator EARN the more your community EARNS
File Size 4.17 MB
Installation Count 197
Current Version 1.0.4.1
Last Updated 2021-11-19
Publish Date 2021-10-13
Rating 5.00/5 Total 13 Ratings
Developer https://dollarcake.com
Email [email protected]
Payment Type free
Extension Website https://dollarcake.com
Privacy Policy Page URL https://dollarcake.com/privacy
Supported Languages 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"
    ]
}