Sounds Plus

Add sound effects to Google Chrome with Sounds Plus!

ما هو Sounds Plus؟

Sounds Plus هو إضافة Chrome تم تطويرها بواسطة Martin Nester، والميزة الرئيسية لها هي "Add sound effects to Google Chrome with Sounds Plus!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sounds Plus

قم بتنزيل ملفات الامتداد Sounds Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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\/*"
    ]
}