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
Eメール [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"
    ]
}