Dollarcake
The more you as a creator EARN the more your community EARNS
ما هو Dollarcake؟
Dollarcake هو إضافة Chrome تم تطويرها بواسطة https://dollarcake.com، والميزة الرئيسية لها هي "The more you as a creator EARN the more your community EARNS".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dollarcake
قم بتنزيل ملفات الامتداد Dollarcake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | lhckeajmkomcmgnicmklgggmobonehbl | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl | 
| الوصف | The more you as a creator EARN the more your community EARNS | 
| حجم الملف | 4.17 MB | 
| عدد التثبيتات | 197 | 
| النسخة الحالية | 1.0.4.1 | 
| آخر تحديث | 2021-11-19 | 
| تاريخ النشر | 2021-10-13 | 
| تقييم | 5.00/5 مجموع تقييمات 13 | 
| المطور | https://dollarcake.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://dollarcake.com | 
| عنوان صفحة سياسة الخصوصية | https://dollarcake.com/privacy | 
| اللغات المدعومة | 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"
    ]
}  |  |