Acrylic Blur For Youtube
This extension change apperence of youtube website
Acrylic Blur For Youtubeคืออะไร?
Acrylic Blur For Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rushabh.dangore และคุณลักษณะหลักของมันคือ "This extension change apperence of youtube website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Acrylic Blur For Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Acrylic Blur For Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension Add A New Look And Feel to Your YouTube Website. Few New Transitions Added. Lots of Hover Effects. Blur Everywhere 😀.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Acrylic Blur For Youtube |
ID | lhdgceckgkfnpcefggkklinlhpchjjap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/acrylic-blur-for-youtube/lhdgceckgkfnpcefggkklinlhpchjjap |
คำอธิบาย | This extension change apperence of youtube website |
ขนาดไฟล์ | 13.16 KB |
จำนวนการติดตั้ง | 87 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-02 |
วันที่เผยแพร่ | 2020-07-01 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | rushabh.dangore |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/BhushanDangore/Youtube-theme |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Acrylic Blur For Youtube", "description": "This extension change apperence of youtube website", "version": "1.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "youtube_128x128.png" }, "web_accessible_resources": [ "themeStyles.css" ] } |