Darker Pandora

This extension changes the colors of Pandora

什麼是Darker Pandora?

Darker Pandora是由kevkevin開發的Chrome擴展程式,該擴展的主要功能是“This extension changes the colors of Pandora”。

擴展截圖

screenshot
screenshot

下載Darker Pandora擴展crx文件

下載Darker Pandora擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}