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はhttps://chromeapps.siteによって開発されたChromeの拡張機能で、その主な機能は「Audio Recorder or Voice recorder is an addon for audio recording extension which enables search for sites with sample audios」です。

拡張機能のスクリーンショット

screenshot

Audio Recorder | Voice Recorder Search Addon拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}