Simple Audio Voice Sound Recorder
Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone!
Simple Audio Voice Sound Recorder क्या है?
Simple Audio Voice Sound Recorder rasel-tend द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Audio Voice Sound Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
As the name suggests it is a simple tool to record your voice, audio or any other sound using your PC's microphone. You can then listen to your recording and decide to download or discard it. You can record and download your audio in .webm format. You may also convert the webm file to MP3 format using mp3 converter link given in the footer of the extension window. Update Ver: 1.0.5: Add new features, share profiles on social networks such as: LinkedIn, Twitter and Facebook (automatically share using post api). By automatically uploading the recording file to file.io and then sharing the file download link.
एक्सटेंशन की मूल जानकारी
नाम | Simple Audio Voice Sound Recorder |
ID | jijkkddhochpdbhnmhmjdnmeopoehmih |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-audio-voice-sound/jijkkddhochpdbhnmhmjdnmeopoehmih |
विवरण | Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone! |
फ़ाइल का आकार | 81.97 KB |
स्थापना संख्या | 41,050 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2023-10-12 |
प्रकाशन तिथि | 2019-07-04 |
रेटिंग | 3.41/5 कुल 46 रेटिंग्स |
डेवलपर | rasel-tend |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.chromecrxstore.com/audiorecorder/ |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/policy-infomation/home |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Audio Voice Sound Recorder", "short_name": "sound-audio-recorder", "description": "Simple Audio Voice Sound Recorder let's you easily record & share your voice with everyone!", "version": "1.2", "action": { "default_icon": "16.png", "default_title": "Voice Recorder" }, "background": { "service_worker": "\/js\/background.bundle.js", "type": "module" }, "content_scripts": [ { "js": [ "js\/content-script.bundle.js" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.file.io\/*", "*:\/\/file.io\/*" ] } ], "commands": { "_execute_action": [] }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "permissions": [ "storage", "contextMenus", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.file.io\/*", "*:\/\/file.io\/*" ] } |