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

Cos'è Audio Recorder | Voice Recorder Search Addon?

Audio Recorder | Voice Recorder Search Addon è un'estensione di Chrome sviluppata da https://chromeapps.site, e la sua funzione principale è "Audio Recorder or Voice recorder is an addon for audio recording extension which enables search for sites with sample audios".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Audio Recorder | Voice Recorder Search Addon

Scarica i file di estensione Audio Recorder | Voice Recorder Search Addon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Audio Recorder | Voice Recorder Search Addon Audio Recorder | Voice Recorder Search Addon
ID cckdnkffddcifghhlecfhdkaohikjnca
URL Ufficiale https://chromewebstore.google.com/detail/audio-recorder-voice-reco/cckdnkffddcifghhlecfhdkaohikjnca
Descrizione Audio Recorder or Voice recorder is an addon for audio recording extension which enables search for sites with sample audios
Dimensione del File 12.93 KB
Conteggio Installazioni 20,000
Versione Corrente 2.279
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2021-10-08
Valutazione 3.06/5 Totale 18 Valutazioni
Sviluppatore https://chromeapps.site
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://chromeapps.site/privacypolicy.html
Lingue Supportate 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"
    }
}