More Colors

One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.

ما هو More Colors؟

More Colors هو إضافة Chrome تم تطويرها بواسطة Daniel W، والميزة الرئيسية لها هي "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة More Colors

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

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

                        One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.                    

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

الاسم More Colors More Colors
ID annnclmombcdbkkadbffibajhjpopgdo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo
الوصف One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
حجم الملف 5.15 KB
عدد التثبيتات 53
النسخة الحالية 1.0.2
آخر تحديث 2014-09-25
تاريخ النشر 2014-09-25
تقييم 4.00/5 مجموع تقييمات 6
المطور Daniel W
نوع الدفع free
موقع الإضافة http://www.danielw.org
عنوان صفحة المساعدة http://www.danielw.org
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "More Colors",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "color.png"
    },
    "browser_action": {
        "default_title": "Makes your internet experience a little more colorful",
        "default_icon": "color.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hover.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}