Real Screen Recorder
Real Screen Recorder records the screen and webcam with audio.
Real Screen Recorder क्या है?
Real Screen Recorder https://www.realscreenrec.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real Screen Recorder records the screen and webcam with audio."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Real Screen Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Screen recorder chrome extension is a screen recording tool for high quality video capturing from Tab, Particular area of the page and full Screen, with Mic, Webcam and System audio recording. Features: >>Screen & Webcam recording >>Record screen with audio >>No watermark Here are steps to use Screen Recorder Chrome Extension: >> Install real screen recorder extension for Google chrome from the store >> Open the extension and choose from the 3 options >> Select the screen or tab that you want to record and click on start button >> Stop the recording and download the the screen recording to your computer UPDATES: Version 1.0.7 >> User can now record and generate a sharable link. >> Improved UI
एक्सटेंशन की मूल जानकारी
नाम | Real Screen Recorder |
ID | bclhideolocjbnchomdggkibcokgihbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/real-screen-recorder/bclhideolocjbnchomdggkibcokgihbh |
विवरण | Real Screen Recorder records the screen and webcam with audio. |
फ़ाइल का आकार | 5.29 MB |
स्थापना संख्या | 30,846 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2023-09-13 |
प्रकाशन तिथि | 2023-01-15 |
रेटिंग | 4.61/5 कुल 18 रेटिंग्स |
डेवलपर | https://www.realscreenrec.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.realscreenrec.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.realscreenrec.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Screen Recorder", "description": "Real Screen Recorder records the screen and webcam with audio.", "version": "1.0.8", "manifest_version": 3, "permissions": [ "activeTab", "gcm", "notifications", "unlimitedStorage", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "Real Screen Recorder" }, "icons": { "16": ".\/image\/icon-16.png", "24": ".\/image\/icon-24.png", "32": ".\/image\/icon-32.png", "48": ".\/image\/icon-48.png", "64": ".\/image\/icon-64.png", "96": ".\/image\/icon-96.png", "128": ".\/image\/icon-128.png" }, "background": { "service_worker": "background.js" } } |