Dark Motivation

Replace the new tab page with Dark Motivation

ما هو Dark Motivation؟

Dark Motivation هو إضافة Chrome تم تطويرها بواسطة calebboyd، والميزة الرئيسية لها هي "Replace the new tab page with Dark Motivation".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dark Motivation

قم بتنزيل ملفات الامتداد Dark Motivation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Displays your age counting up in a new tab with a dark background.

Based on the popular light variant: "Motivation"                    

معلومات أساسية عن التمديد

الاسم Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
الوصف Replace the new tab page with Dark Motivation
حجم الملف 96.48 KB
عدد التثبيتات 1,391
النسخة الحالية 1.0
آخر تحديث 2018-03-10
تاريخ النشر 2018-03-09
تقييم 5.00/5 مجموع تقييمات 4
المطور calebboyd
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace the new tab page with Dark Motivation",
    "manifest_version": 2,
    "name": "Dark Motivation",
    "offline_enabled": true,
    "version": "1.0"
}