Darker Pandora
This extension changes the colors of Pandora
什么是Darker Pandora?
Darker Pandora是由kevkevin开发的Chrome扩展程序,该扩展的主要功能是“This extension changes the colors of Pandora”。
扩展截图
下载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 |
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" ] } |