Audio Recorder | Voice Recorder Search Addon

Audio Recorder or Voice recorder is an addon for audio recording extension which enables search for sites with sample audios

Что такое Audio Recorder | Voice Recorder Search Addon?

Audio Recorder | Voice Recorder Search Addon - это расширение Chrome, разработанное https://chromeapps.site, и его основная функция - "Audio Recorder or Voice recorder is an addon for audio recording extension which enables search for sites with sample audios".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Audio Recorder | Voice Recorder Search Addon

Скачайте файлы расширений Audio Recorder | Voice Recorder Search Addon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        It is an add on to other Audio Recorder , Sound capture or Voice Recorder or capture extension. It allows you to search for audio on internet that saves your time so you don't have to record them.

But if you still need to record audio , voice or sound you can use our extension or any other recording extension available.

Disclosure - By clicking ‘Add to chrome, you accept and agree to install the Audio Recorder || Voice Recorder extension, you agree to change default search to chromeapps.site/audiosearch/ , and adhere to the Terms and Privacy Policy.

The primary function of Audio Recorder || Voice Recorder Pro extension is to change default search engine of your browser. It will help you search through websites where you can find audios of different varieties.
You can also access Audio search engine by clicking extension icon, or you can directly access the result page through default search.

You can use our other audio recorder voice recorder extension for audio recorder and voice recorder.

Privacy Policy     https://chromeapps.site/privacy-policy-2/
Eula                      https://chromeapps.site/dmca-policy/
Contact US          https://chromeapps.site/contact-us/                    

Основная информация о расширении

Название Audio Recorder | Voice Recorder Search Addon Audio Recorder | Voice Recorder Search Addon
ID cckdnkffddcifghhlecfhdkaohikjnca
Официальный URL https://chromewebstore.google.com/detail/audio-recorder-voice-reco/cckdnkffddcifghhlecfhdkaohikjnca
Описание Audio Recorder or Voice recorder is an addon for audio recording extension which enables search for sites with sample audios
Размер файла 12.93 KB
Количество установок 20,000
Текущая Версия 2.279
Последнее Обновление 2024-02-28
Дата публикации 2021-10-08
Рейтинг 3.06/5 Всего 18 оценок
Разработчик https://chromeapps.site
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://chromeapps.site/privacypolicy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Audio Recorder | Voice Recorder Search Addon",
    "version": "2.279",
    "description": "Audio Recorder or Voice recorder is an addon for audio recording extension which enables search for sites with sample audios",
    "offline_enabled": true,
    "action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "statistics.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/chromeapps.site\/icon.png",
            "is_default": true,
            "keyword": "Audio Web Search",
            "name": "Web Search",
            "search_url": "https:\/\/chromeapps.site\/audiosearch\/search.html?q={searchTerms}"
        }
    },
    "icons": {
        "128": "icon.png"
    }
}