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
}