saveink - photo/video/Music Downloader

Download online videos,music,mp3,images etc from website.

saveink - photo/video/Music Downloaderคืออะไร?

saveink - photo/video/Music Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jide.cool และคุณลักษณะหลักของมันคือ "Download online videos,music,mp3,images etc from website."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย saveink - photo/video/Music Downloader

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

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

                        【saveink】 You can save the pictures, videos, and music files in the current web page, so that you can really save and download materials in the "WYSIWYG" style!
One click download and save all pictures, videos and music files on the page, and support more than 95% of the websites on the market.
Some websites support automatic parsing into high-definition large images, and we will continue to add them according to user needs
Intelligent script, which automatically filters the pictures required by users, such as e-commerce pictures, automatically filters the main pictures, SKU pictures, and detail pictures, and displays them by category. The supported websites are constantly updated

Image download:
If you need to batch download images, videos, or music files from the web page, you can:
● One click to view all pictures in the webpage;
● Multiple image filtering conditions: width | height | format | URL
● Image preview: one column display | two columns display
● Image download: single download | select all download | one click package download
● Integrate automatic parsing scripts for large images of multiple websites, and directly download high-resolution image files.


Video download:
The video downloader can download any video from the Internet for you. Just open the application on the webpage containing the desired video, go to the video tab, and select the desired video to download it.
● Support MP4, MOV, FLV, AVI, WMV, MKV, MPG, etc
● Downloading several videos at the same time
● Support filtering videos by size
● Support video sorting

Audio download:
The free audio downloader can help you download any audio file from any website that can play audio.
We support most audio websites on the Internet.
Before downloading, you just need to play the song and open the application pop-up window to download it.                    

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

ชื่อ saveink - photo/video/Music Downloader saveink - photo/video/Music Downloader
ID pfkajbiojdapcgdcnhcinhobaoillinc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/saveink-photovideomusic-d/pfkajbiojdapcgdcnhcinhobaoillinc
คำอธิบาย Download online videos,music,mp3,images etc from website.
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 2,358
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2022-11-16
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://jide.cool
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.jide.cool
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/96c794f9-c5c3-485c-9a71-090dc31989a1
ภาษาที่รองรับ en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "description": "__MSG_description__",
    "default_locale": "zh_CN",
    "version": "1.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/chrome-inject-eval.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "img\/website\/*",
                "js\/injectedXhr.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}