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.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| 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
} | |