Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Chrome Sounds là gì?
Chrome Sounds là một tiện ích mở rộng Chrome được phát triển bởi https://domainerelite.com, và tính năng chính của nó là "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".
Tải xuống tệp CRX của tiện ích mở rộng Chrome Sounds
Tải xuống các tệp mở rộng Chrome Sounds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Sounds |
ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
Mô tả | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
Kích Thước Tệp | 30.47 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-03-31 |
Ngày Phát Hành | 2017-03-30 |
Nhà Phát Triển | https://domainerelite.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |