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"
    }
}