Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Chrome Soundsคืออะไร?
Chrome Sounds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://domainerelite.com และคุณลักษณะหลักของมันคือ "Enjoy a more magical and immersive experience when browsing the web using the power of sound."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Sounds
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Sounds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Sounds |
ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
คำอธิบาย | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
ขนาดไฟล์ | 30.47 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-03-31 |
วันที่เผยแพร่ | 2017-03-30 |
ผู้พัฒนา | https://domainerelite.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Sounds", "version": "1.2", "description": "Enjoy a more magical and immersive experience when browsing the web using the power of sound.", "background": { "scripts": [ "bg.js" ] }, "options_page": "options.html", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true } ], "manifest_version": 2 } |