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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}