Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
什麼是Chrome Sounds?
Chrome Sounds是由https://domainerelite.com開發的Chrome擴展程式,該擴展的主要功能是“Enjoy a more magical and immersive experience when browsing the web using the power of sound.”。
下載Chrome Sounds擴展crx文件
下載Chrome Sounds擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
| 官方網址 | 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
} | |