Darker Pandora
This extension changes the colors of Pandora
Darker Pandoraคืออะไร?
Darker Pandora เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevkevin และคุณลักษณะหลักของมันคือ "This extension changes the colors of Pandora"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Darker Pandora
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |