ToozDark
Theme Customizer for the Youtooz website!
ToozDarkคืออะไร?
ToozDark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Theme Customizer for the Youtooz website!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ToozDark
ดาวน์โหลดไฟล์ส่วนขยาย ToozDark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension which gives you the ability to customize the theme on the youtooz.com website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ofeandbogmiogflfhknohbgmgpefpdke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/toozdark/ofeandbogmiogflfhknohbgmgpefpdke |
คำอธิบาย | Theme Customizer for the Youtooz website! |
ขนาดไฟล์ | 763 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2020-05-27 |
วันที่เผยแพร่ | 2020-05-27 |
คะแนน | 4.65/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ToozDark", "version": "1.4", "description": "Theme Customizer for the Youtooz website!", "icons": { "128": "logo.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtooz.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "ToozDark Settings" } } |