Dollarcake

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

Co to jest Dollarcake?

Dollarcake to rozszerzenie Chrome opracowane przez https://dollarcake.com, a jego główną funkcją jest „The more you as a creator EARN the more your community EARNS”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dollarcake

Pobierz pliki rozszerzeń Dollarcake w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dollarcake Dollarcake
ID lhckeajmkomcmgnicmklgggmobonehbl
Oficjalny URL https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl
Opis The more you as a creator EARN the more your community EARNS
Rozmiar pliku 4.17 MB
Liczba instalacji 197
Aktualna Wersja 1.0.4.1
Ostatnia Aktualizacja 2021-11-19
Data Publikacji 2021-10-13
Ocena 5.00/5 Łącznie 13 Oceny
Deweloper https://dollarcake.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dollarcake.com
Adres URL Strony Polityki Prywatności https://dollarcake.com/privacy
Obsługiwane Języki 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"
    ]
}