video-saver

I am video-saver, save video for you, when you browse web page contains video.

Cos'è video-saver?

video-saver è un'estensione di Chrome sviluppata da goggle1, e la sua funzione principale è "I am video-saver, save video for you, when you browse web page contains video.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione video-saver

Scarica i file di estensione video-saver 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

                        When you play wonderful video on web, you want to save it. How?
I am video-saver, save video for you.
When you browse web page contains video, it will download video automatically when play done. 
Two files will be usually downloaded, which are audio track and video track. You can combine them using ffmpeg tool, then you can own one complete video.                    

Informazioni di Base sull'Estensione

Nome video-saver video-saver
ID edkibkgfiogekppegdmdilkpdbdjoink
URL Ufficiale https://chromewebstore.google.com/detail/video-saver/edkibkgfiogekppegdmdilkpdbdjoink
Descrizione I am video-saver, save video for you, when you browse web page contains video.
Dimensione del File 14.72 KB
Conteggio Installazioni 16
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2022-06-15
Sviluppatore goggle1
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "video-saver",
    "version": "1.0",
    "description": "I am video-saver, save video for you, when you browse web page contains video. ",
    "author": "goob",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/save-video.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}