X Video Downloader | Fast and Free

Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use

X Video Downloader | Fast and Freeคืออะไร?

X Video Downloader | Fast and Free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Creative Extensions Studio และคุณลักษณะหลักของมันคือ "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X Video Downloader | Fast and Free

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

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

                        Meet the 'X Video Downloader' Chrome browser extension formerly known as  "Twitter  Video Downloader | Fast and Free" – Your ultimate tool for easily saving Twitter videos and GIFs with just a single click! Experience the speed and simplicity of content downloading on X (ex Twitter). 
Get started now for free! 🙌                    

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

ชื่อ X Video Downloader | Fast and Free X Video Downloader | Fast and Free
ID dknlpoinnbnmbocobocfmbanemkpmpac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac
คำอธิบาย Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
ขนาดไฟล์ 31.13 KB
จำนวนการติดตั้ง 1,300
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-10-17
วันที่เผยแพร่ 2023-09-17
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Creative Extensions Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/polity-extension/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "name": "X Video Downloader | Fast and Free",
    "description": "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "bg_service_worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}