Chrome Sounds
Enjoy a more magical and immersive experience when browsing the web using the power of sound.
ما هو Chrome Sounds؟
Chrome Sounds هو إضافة Chrome تم تطويرها بواسطة https://domainerelite.com، والميزة الرئيسية لها هي "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".
تحميل ملف CRX للإضافة Chrome Sounds
قم بتنزيل ملفات الامتداد Chrome Sounds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Chrome Sounds |
ID | aadagjoijpbjdaekhhfjnlagpjdelhbg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg |
الوصف | Enjoy a more magical and immersive experience when browsing the web using the power of sound. |
حجم الملف | 30.47 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-03-31 |
تاريخ النشر | 2017-03-30 |
المطور | https://domainerelite.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Sounds", "version": "1.2", "description": "Enjoy a more magical and immersive experience when browsing the web using the power of sound.", "background": { "scripts": [ "bg.js" ] }, "options_page": "options.html", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true } ], "manifest_version": 2 } |