The Flash Video Downloader

Most advanced video download utility across the Chrome store.

The Flash Video Downloaderคืออะไร?

The Flash Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flashvideosaver.net และคุณลักษณะหลักของมันคือ "Most advanced video download utility across the Chrome store."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Flash Video Downloader

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

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

                        ⚠ Please, read the description carefully, before installing this item. This is NOT a Youtube Downloader, do not install the item for this purpose ⚠

Turn your Chrome Browser into a download machine for online vids with the The Flash Downloader extension. This lightweight download utility is absolutely free and easy to use extension, which gives you an option to save any vide content from any website, which hosts videos files.

The Flash Downloader is an evolution among the video savers for Chrome. We guarantee, that Flash Downloader becomes your favorite vids saver!
Save any online video file from your favorite websites with this Downloader.                    

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

ชื่อ The Flash Video Downloader The Flash Video Downloader
ID lmieilamoollaknppoffbmdgdcolcafa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-flash-video-downloade/lmieilamoollaknppoffbmdgdcolcafa
คำอธิบาย Most advanced video download utility across the Chrome store.
ขนาดไฟล์ 184 KB
จำนวนการติดตั้ง 200,000
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2021-09-28
วันที่เผยแพร่ 2020-04-21
คะแนน 4.59/5 รวมทั้งหมด 6056 คะแนน
ผู้พัฒนา Flashvideosaver.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://flashvideosaver.net/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.8",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "browser_action": {
        "default_icon": "img\/32.png",
        "default_title": "__MSG_title__",
        "default_popup": "\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/tools.js",
                "\/js\/providers\/abstract-provider.js",
                "\/js\/providers\/dm.js",
                "\/js\/providers\/in.js",
                "\/js\/providers\/fb.js",
                "\/js\/providers\/tw.js",
                "\/js\/providers\/vk.js",
                "\/js\/providers\/vm.js",
                "\/js\/providers\/xx.js",
                "\/js\/app.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/btns.css",
                "\/css\/app.css",
                "\/css\/sidebar.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/analytics.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-3.2.1.min.js",
            "\/js\/lib\/tools.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}