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插件。

扩展使用说明

                                            

扩展基本信息

名称 Chrome Sounds 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
}