Sounds Plus

Add sound effects to Google Chrome with Sounds Plus!

Sounds Plus là gì?

Sounds Plus là một tiện ích mở rộng Chrome được phát triển bởi Martin Nester, và tính năng chính của nó là "Add sound effects to Google Chrome with Sounds Plus!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sounds Plus

Tải xuống các tệp mở rộng Sounds Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sounds Plus Sounds Plus
ID hplkfmjhkdpbiekddokeabgcbpoffoee
URL Chính Thức https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee
Mô tả Add sound effects to Google Chrome with Sounds Plus!
Kích Thước Tệp 4.01 MB
Số Lần Cài Đặt 479
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-28
Ngày Phát Hành 2021-01-28
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Martin Nester
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}