Dollarcake

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

Vad är Dollarcake?

Dollarcake är en Chrome-tillägg utvecklad av https://dollarcake.com, och dess huvudfunktion är "The more you as a creator EARN the more your community EARNS".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Dollarcake-förlängningens CRX-fil

Ladda ner Dollarcake-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dollarcake Dollarcake
ID lhckeajmkomcmgnicmklgggmobonehbl
Officiell webbadress https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl
Beskrivning The more you as a creator EARN the more your community EARNS
Filstorlek 4.17 MB
Antal Installationer 197
Aktuell Version 1.0.4.1
Senast Uppdaterad 2021-11-19
Publiceringsdatum 2021-10-13
Betyg 5.00/5 Totalt 13 Betyg
Utvecklare https://dollarcake.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dollarcake.com
URL till Sekretesspolicy Sidan https://dollarcake.com/privacy
Stödda Språk 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"
    ]
}