Dollarcake

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

Dollarcake là gì?

Dollarcake là một tiện ích mở rộng Chrome được phát triển bởi https://dollarcake.com, và tính năng chính của nó là "The more you as a creator EARN the more your community EARNS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dollarcake

Tải xuống các tệp mở rộng Dollarcake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dollarcake Dollarcake
ID lhckeajmkomcmgnicmklgggmobonehbl
URL Chính Thức https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl
Mô tả The more you as a creator EARN the more your community EARNS
Kích Thước Tệp 4.17 MB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 1.0.4.1
Cập Nhật Lần Cuối 2021-11-19
Ngày Phát Hành 2021-10-13
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://dollarcake.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dollarcake.com
URL Trang Chính Sách Bảo Mật https://dollarcake.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}