Darker Pandora

This extension changes the colors of Pandora

ما هو Darker Pandora؟

Darker Pandora هو إضافة Chrome تم تطويرها بواسطة kevkevin، والميزة الرئيسية لها هي "This extension changes the colors of Pandora".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Darker Pandora

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

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

                        This is a theme for Pandora so when all y'all night dwellers are working on what you do the bright colors of Pandora do not blind you. Also I would really appreciate any users to submit reviews good or bad and to include some criticism so I could improve on this extension. Thanks and please enjoy your darker Pandora.                    

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

الاسم Darker Pandora Darker Pandora
ID leinejhjpdhfhpeeeibbakneignddpek
عنوان URL الرسمي https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek
الوصف This extension changes the colors of Pandora
حجم الملف 298 KB
عدد التثبيتات 441
النسخة الحالية 0.0.0.30
آخر تحديث 2017-03-10
تاريخ النشر 2017-03-10
تقييم 4.65/5 مجموع تقييمات 17
المطور kevkevin
نوع الدفع free
موقع الإضافة https://github.com/kevkevinpal/DarkPandora
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Darker Pandora",
    "short_name": "Dark Pandora",
    "description": "This extension changes the colors of Pandora",
    "version": "0.0.0.30",
    "browser_action": {
        "default_icon": "Pics\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.pandora.com\/*",
        "http:\/\/www.pandora.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "JS\/start.js"
            ],
            "matches": [
                "https:\/\/www.pandora.com\/*",
                "http:\/\/www.pandora.com\/*"
            ],
            "css": [
                "CSS\/darkpandora1.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "JS\/start.js",
        "CSS\/darkpandora.css"
    ]
}