Outside Sound
Applies a filter to currently playing audio and makes it sound like you have left the room.
ما هو Outside Sound؟
Outside Sound هو إضافة Chrome تم تطويرها بواسطة thezanke، والميزة الرئيسية لها هي "Applies a filter to currently playing audio and makes it sound like you have left the room.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Outside Sound
قم بتنزيل ملفات الامتداد Outside Sound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all
معلومات أساسية عن التمديد
الاسم | Outside Sound |
ID | lebiilodohbecpcjkjfekdeckepapieh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh |
الوصف | Applies a filter to currently playing audio and makes it sound like you have left the room. |
حجم الملف | 9.54 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-10-19 |
تاريخ النشر | 2020-10-08 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | thezanke |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://alexhoward.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outside Sound", "version": "1.0.2", "manifest_version": 2, "description": "Applies a filter to currently playing audio and makes it sound like you have left the room.", "homepage_url": "https:\/\/alexhoward.io", "icons": { "128": "icons\/icon128-outside.png" }, "browser_action": { "default_icon": "icons\/icon128-inside.png", "default_title": "Step outside ->" }, "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject.js" ] } ] } |