video-saver

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

video-saverคืออะไร?

video-saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย goggle1 และคุณลักษณะหลักของมันคือ "I am video-saver, save video for you, when you browse web page contains video."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย video-saver

ดาวน์โหลดไฟล์ส่วนขยาย video-saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ video-saver video-saver
ID edkibkgfiogekppegdmdilkpdbdjoink
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-saver/edkibkgfiogekppegdmdilkpdbdjoink
คำอธิบาย I am video-saver, save video for you, when you browse web page contains video.
ขนาดไฟล์ 14.72 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2022-06-15
ผู้พัฒนา goggle1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": []
        }
    ]
}