Dollarcake
The more you as a creator EARN the more your community EARNS
Hvad er Dollarcake?
Dollarcake er en Chrome-udvidelse udviklet af https://dollarcake.com, og dens hovedfunktion er "The more you as a creator EARN the more your community EARNS".
Udvidelsesskærmbilleder
Download Dollarcake-udvidelses-CRX-fil
Download Dollarcake-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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æggende oplysninger om udvidelsen
| Navn |   |  
| ID | lhckeajmkomcmgnicmklgggmobonehbl | 
| Officiel URL | https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl | 
| Beskrivelse | The more you as a creator EARN the more your community EARNS | 
| Filstørrelse | 4.17 MB | 
| Antal Installationer | 197 | 
| Nuværende Version | 1.0.4.1 | 
| Senest Opdateret | 2021-11-19 | 
| Udgivelsesdato | 2021-10-13 | 
| Bedømmelse | 5.00/5 Samlet 13 Bedømmelser | 
| Udvikler | https://dollarcake.com | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://dollarcake.com | 
| URL til Fortrolighedspolitik Side | https://dollarcake.com/privacy | 
| Understøttede Sprog | 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"
    ]
}  |  |