Dollarcake

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

O que é Dollarcake?

Dollarcake é uma extensão do Chrome desenvolvida por https://dollarcake.com, e sua principal característica é "The more you as a creator EARN the more your community EARNS".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dollarcake

Baixe arquivos de extensão Dollarcake no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dollarcake Dollarcake
ID lhckeajmkomcmgnicmklgggmobonehbl
URL Oficial https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl
Descrição The more you as a creator EARN the more your community EARNS
Tamanho do Arquivo 4.17 MB
Contagem de Instalações 197
Versão Atual 1.0.4.1
Última Atualização 2021-11-19
Data de Publicação 2021-10-13
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor https://dollarcake.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dollarcake.com
URL da Página de Política de Privacidade https://dollarcake.com/privacy
Idiomas Suportados 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"
    ]
}