ApowerREC Screen Recorder

One-click to start your unlimited recordings!

Cos'è ApowerREC Screen Recorder?

ApowerREC Screen Recorder è un'estensione di Chrome sviluppata da https://www.apowersoft.com, e la sua funzione principale è "One-click to start your unlimited recordings!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ApowerREC Screen Recorder

Scarica i file di estensione ApowerREC Screen Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ApowerREC Screen Recorder ApowerREC Screen Recorder
ID plnnpndcgjokianndhalbgnpcbkbehmp
URL Ufficiale https://chromewebstore.google.com/detail/apowerrec-screen-recorder/plnnpndcgjokianndhalbgnpcbkbehmp
Descrizione One-click to start your unlimited recordings!
Dimensione del File 1.01 MB
Conteggio Installazioni 10,000
Versione Corrente 2.0
Ultimo Aggiornamento 2022-12-07
Data di Pubblicazione 2020-06-22
Valutazione 3.42/5 Totale 83 Valutazioni
Sviluppatore https://www.apowersoft.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.apowersoft.com/free-online-screen-recorder
URL della Pagina di Aiuto https://www.apowersoft.com/contact-us
URL della Pagina della Politica sulla Privacy https://www.apowersoft.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}