Voicemod Recorder

Record, trim, and download audio from your web browser to add sound clips on Discord, Tuna, Voicemod, and other platforms.

Voicemod Recorderคืออะไร?

Voicemod Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voicemod และคุณลักษณะหลักของมันคือ "Record, trim, and download audio from your web browser to add sound clips on Discord, Tuna, Voicemod, and other platforms."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voicemod Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Voicemod Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Record, trim, and download audio from your web browser with our Chrome extension. Add your sound clips to Tuna–our community-generated sound library–and create your own soundboards on Voicemod’s desktop app. Share your sound memes with friends on Discord or any other communication platform!

Voicemod’s Sound and Audio Recorder:
Record audio from your web browser.
Trim the audio to get the clip you want. 
Download your sound clip or upload it directly to Tuna. 
Create your own soundboards in Voicemod. 
Send the sound clip to your group chats to get a good laugh!

Add Sound Clips to Tuna 
Tuna is Voicemod’s ever-growing sound library created by our community. Browse thousands of sound clips in different categories, like movies, games, anime, memes, and more. Upload your sound clips to Tuna by recording audio from your web browser with this Chrome extension. 


Create Soundboards in Voicemod 
Voicemod is a real-time AI voice changer and soundboard that can be used with Discord, online games, or any desktop communications platform. Record audio with our Chrome extension, add it to your soundboards in Voicemod, and trigger the perfect sound effect in all your group chats!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voicemod Recorder Voicemod Recorder
ID fbadphddacjeiiolifedihnmhmannloo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voicemod-recorder/fbadphddacjeiiolifedihnmhmannloo
คำอธิบาย Record, trim, and download audio from your web browser to add sound clips on Discord, Tuna, Voicemod, and other platforms.
ขนาดไฟล์ 414 KB
จำนวนการติดตั้ง 4,100
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2022-11-28
คะแนน 2.68/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Voicemod
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://voicemod.net
URL หน้าช่วยเหลือ https://www.voicemod.net/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.voicemod.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Click to show\/hide the recorder"
    },
    "version": "1.0.0",
    "author": "Voicemod",
    "name": "Voicemod Recorder",
    "description": "Record, trim, and download audio from your web browser to add sound clips on Discord, Tuna, Voicemod, and other platforms.",
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "background": {
        "service_worker": "background.23452572.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.1d473d26.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Shows record element on the page"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/background.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.f19e5892.css",
                "content.f7a7c6fa.gif"
            ]
        }
    ]
}