Dollarcake

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

什么是Dollarcake?

Dollarcake是由https://dollarcake.com开发的Chrome扩展程序,该扩展的主要功能是“The more you as a creator EARN the more your community EARNS”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dollarcake扩展crx文件

下载Dollarcake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Dollarcake Dollarcake
ID lhckeajmkomcmgnicmklgggmobonehbl
官方URL https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl
简介 The more you as a creator EARN the more your community EARNS
文件大小 4.17 MB
安装次数 197
当前版本 1.0.4.1
更新时间 2021-11-19
上架时间 2021-10-13
评分 5.00/5 共13次评分
开发者 https://dollarcake.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dollarcake.com
隐私政策页面URL https://dollarcake.com/privacy
支持的语言 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"
    ]
}