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
官方網址 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
電子郵箱 [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\/*"
    ]
}