Save Video As

Save Video As is a video downloader: You can save any online video as file.

Apa itu Save Video As?

Save Video As adalah ekstensi Chrome yang dikembangkan oleh Anastasiya Lubimova, dan fitur utamanya adalah "Save Video As is a video downloader: You can save any online video as file.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Save Video As

Unduh file ekstensi Save Video As dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Help you to download videos from web sites.

Warning:
Google Chrome policies don't allow to download from YouTube.                    

Informasi Dasar Ekstensi

Nama Save Video As Save Video As
ID fhmhocodenpjbbmndbladmhbhpcogejc
URL Resmi https://chrome.google.com/webstore/detail/save-video-as/fhmhocodenpjbbmndbladmhbhpcogejc
Deskripsi Save Video As is a video downloader: You can save any online video as file.
Ukuran File 101 KB
Jumlah Instalasi 27,807
Versi Saat Ini 1.8
Terakhir Diperbarui 2021-02-13
Tanggal Publikasi 2017-08-14
Penilaian 2.88/5 Total 248 Penilaian
Pengembang Anastasiya Lubimova
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en,fr,es,it,pt-BR,pt-PT,ru
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "1.8",
    "content_scripts": [
        {
            "js": [
                "find_video_urls.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "process.html"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_ext_name__"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    }
}