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
公式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"
    ]
}