Pinterest Dark Theme
Adds a dark theme to pinterest, still a work in progress so expect some small bugs.
Pinterest Dark Themeคืออะไร?
Pinterest Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 3mangaming97 และคุณลักษณะหลักของมันคือ "Adds a dark theme to pinterest, still a work in progress so expect some small bugs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinterest Dark Theme
ดาวน์โหลดไฟล์ส่วนขยาย Pinterest Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Makes Pinterest Dark Mode, still a Work In Progress so expect some small bugs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pinterest Dark Theme |
ID | mceidbdmmmdiidebilljdcngglpmciae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pinterest-dark-theme/mceidbdmmmdiidebilljdcngglpmciae |
คำอธิบาย | Adds a dark theme to pinterest, still a work in progress so expect some small bugs. |
ขนาดไฟล์ | 501 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-10-05 |
วันที่เผยแพร่ | 2022-10-03 |
คะแนน | 3.78/5 รวมทั้งหมด 93 คะแนน |
ผู้พัฒนา | 3mangaming97 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinterest Dark Theme", "description": "Adds a dark theme to pinterest, still a work in progress so expect some small bugs.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.pinterest.com\/*", "https:\/\/*.pinterest.com\/pin\/*\/*" ], "js": [ "contentScript.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ] } |