Flash Downloader

Flash Downloader - download flash game from websites.

Flash Downloaderคืออะไร?

Flash Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tools for Browser และคุณลักษณะหลักของมันคือ "Flash Downloader - download flash game from websites."

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

screenshot
screenshot
screenshot

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

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

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

                        Flash Downloader is professional tool for downloading games in media files swf from webpages.

1) Click the icon on the web page.
2) Download one flash game. 
3) Download all files for one click.

Please read this: Flash Downloader is not responsible for content which you download. We suggest to check first media copyright permissions before downloading media files.                    

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

ชื่อ Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
คำอธิบาย Flash Downloader - download flash game from websites.
ขนาดไฟล์ 99.02 KB
จำนวนการติดตั้ง 14,125
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2022-11-26
วันที่เผยแพร่ 2020-06-17
คะแนน 2.71/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา Tools for Browser
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "Flash Downloader",
    "description": "Flash Downloader - download flash game from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}