ApowerREC Screen Recorder

One-click to start your unlimited recordings!

ApowerREC Screen Recorder क्या है?

ApowerREC Screen Recorder https://www.apowersoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click to start your unlimited recordings!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ApowerREC Screen Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ApowerREC Screen Recorder is a lightweight screen recording software providing a bunch of amazing features. With its high flexibility, you can customize the whole screen, browser window, or tab exclusively. More so, if you desire include the audio, sure it can! 

Multifunctional Screen Recorder
▶ Microphone & System sound recorder 
Record system sound, microphone, or both audio sources at the same time.
▶ Browser Recorder
Screen record a selected browser tab.
▶ Desktop Recorder
Record all the desktop activities.
▶ Webcam Recorder 
Include webcam screen into the recording.
▶ Application window Recorder
Record designated application interface.

Contact Us
☛ Customer Service: [email protected]
☛ Desktop Program: https://www.apowersoft.com/record-all-screen                    

एक्सटेंशन की मूल जानकारी

नाम ApowerREC Screen Recorder ApowerREC Screen Recorder
ID plnnpndcgjokianndhalbgnpcbkbehmp
आधिकारिक URL https://chromewebstore.google.com/detail/apowerrec-screen-recorder/plnnpndcgjokianndhalbgnpcbkbehmp
विवरण One-click to start your unlimited recordings!
फ़ाइल का आकार 1.01 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-12-07
प्रकाशन तिथि 2020-06-22
रेटिंग 3.42/5 कुल 83 रेटिंग्स
डेवलपर https://www.apowersoft.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.apowersoft.com/free-online-screen-recorder
सहायता पृष्ठ URL https://www.apowersoft.com/contact-us
गोपनीयता नीति पृष्ठ URL https://www.apowersoft.com/privacy
समर्थित भाषाएँ de,en,fr,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_key_logo_name__",
    "description": "__MSG_key_logo_desc__",
    "version": "2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_key_logo_name__"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-common.js",
                "js\/chunk-vendors.js",
                "js\/options.js",
                "jquery.js",
                "fix-webm-duration.js",
                "content-script.js"
            ],
            "css": [
                "css\/chunk-common.css",
                "css\/chunk-vendors.css",
                "css\/options.css",
                "record-screen-online.css"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "digital-display.woff2",
                "digital_display.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ]
}