Darker Pandora

This extension changes the colors of Pandora

Darker Pandora là gì?

Darker Pandora là một tiện ích mở rộng Chrome được phát triển bởi kevkevin, và tính năng chính của nó là "This extension changes the colors of Pandora".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Darker Pandora

Tải xuống các tệp mở rộng Darker Pandora dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Darker Pandora Darker Pandora
ID leinejhjpdhfhpeeeibbakneignddpek
URL Chính Thức https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek
Mô tả This extension changes the colors of Pandora
Kích Thước Tệp 298 KB
Số Lần Cài Đặt 441
Phiên Bản Hiện Tại 0.0.0.30
Cập Nhật Lần Cuối 2017-03-10
Ngày Phát Hành 2017-03-10
Đánh Giá 4.65/5 Tổng số 17 Đánh Giá
Nhà Phát Triển kevkevin
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kevkevinpal/DarkPandora
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}