Flash Video Downloader

Popular Video Downloader. Downloads most popular media formats, flash videos.

Flash Video Downloaderคืออะไร?

Flash Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brachovskitim และคุณลักษณะหลักของมันคือ "Popular Video Downloader. Downloads most popular media formats, flash videos."

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

screenshot
screenshot

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

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

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

                        GREAT UPDATE - IT WORKS AGAIN, NOW YOU CAN ENJOY YOUR FAVOURITE VIDEOS.

Popular Video Downloader. Downloads most popular media formats, flash videos.

Flash Video Downloader Description: Popular Video Downloader. Downloads most popular media formats like flash, videos, audios.

Due to copyright policy we can download only NOT copyrighted videos. Websites such as Twitter, TikTok, Instagram, dailymotion.com, vk.com are NOT supported.

Download videos and flash videos from many websites. No special skills needed.
Save any online video from any website with our new flash video downloader.

Instructions:
Choose a video from the list and press the download button.
If the video was not detected - please try to start it and/or open it in a new tab.

Our extension is one of the easiest video downloader available online. Just click the icon of the extension in the browser and within seconds you can start downloading videos from almost any website.

Supported Formats:

* Mp4 Videos
* Mov
* Fly video
* Webm
* Facebook Videos
* And many more Videos

With this amazing flash video downloader you can download any high definition video from over a 1000 websites online. You can easily download and save the videos.

For us it's very important that flash video downloader is 100% free to use, and never will be paid.                    

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

ชื่อ Flash Video Downloader Flash Video Downloader
ID ionpbgeeliajehajombdeflogfpgmmel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flash-video-downloader/ionpbgeeliajehajombdeflogfpgmmel
คำอธิบาย Popular Video Downloader. Downloads most popular media formats, flash videos.
ขนาดไฟล์ 549 KB
จำนวนการติดตั้ง 242,165
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2022-08-28
วันที่เผยแพร่ 2021-02-16
คะแนน 1.96/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา brachovskitim
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.flashvidownloader.com
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/extmaster/privacy
ภาษาที่รองรับ id,ms,de,en,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,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",
    "background": {
        "scripts": [
            "\/js\/libs\/jquery-3.6.0.min.js",
            "\/js\/libs\/tools.js",
            "\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_extension_hint__"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/btns.css",
                "\/css\/app.css",
                "\/css\/sidebar.css"
            ],
            "js": [
                "\/js\/libs\/jquery-3.6.0.min.js",
                "\/js\/libs\/tools.js",
                "\/js\/vid-providers\/abstract-video-provider.js",
                "\/js\/vid-providers\/provider-fb.js",
                "\/js\/vid-providers\/provider-dm.js",
                "\/js\/vid-providers\/provider-in.js",
                "\/js\/vid-providers\/provider-xx.js",
                "\/js\/main.js",
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "homepage_url": "https:\/\/www.flashvidownloader.com\/",
    "icons": {
        "128": "assets\/logo.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "",
        "tabs",
        "downloads"
    ],
    "short_name": "__MSG_name__",
    "version": "2.1",
    "web_accessible_resources": [
        "\/assets\/*"
    ]
}