Sounds Plus

Add sound effects to Google Chrome with Sounds Plus!

Sounds Plusとは何ですか?

Sounds PlusはMartin Nesterによって開発されたChromeの拡張機能で、その主な機能は「Add sound effects to Google Chrome with Sounds Plus!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sounds Plus拡張機能のCRXファイルをダウンロード

Sounds Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Web browsing can be so quiet and boring. Have some fun with sound effects. With Sounds Plus you can add sound effects the many events, such as creating a new tab, or pasting text. This extension will change your web browsing experience.                    

拡張機能の基本情報

名前 Sounds Plus Sounds Plus
ID hplkfmjhkdpbiekddokeabgcbpoffoee
公式URL https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee
説明 Add sound effects to Google Chrome with Sounds Plus!
ファイルサイズ 4.01 MB
インストール数 479
現在のバージョン 1.0
最終更新日 2021-01-28
公開日 2021-01-28
評価 4.17/5 合計 6 レビュー
開発者 Martin Nester
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sounds Plus",
    "version": "1.0",
    "description": "Add sound effects to Google Chrome with Sounds Plus!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Martin",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "sounds\/*"
    ]
}