Twitter™ Video Downloader Plus
Twitter™ video downloader plus is an extension for downloading videos from Twitter™
Twitter™ Video Downloader Plusคืออะไร?
Twitter™ Video Downloader Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extension Master และคุณลักษณะหลักของมันคือ "Twitter™ video downloader plus is an extension for downloading videos from Twitter™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter™ Video Downloader Plus
ดาวน์โหลดไฟล์ส่วนขยาย Twitter™ Video Downloader Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Download Twitter™ videos with Twitter™ video downloader chrome extension - Save any Twitter™ video with one simple click. 
Download any video from Twitter™ video download extension using this guide: 
1) After installing the extension, you will see a  "Download" button under every Tweet (Video) on twitter.com
2) Just click on the "Download" button under a Tweet and select the video quality. 
3) Your video will be downloaded in the system.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | bgcefbhggaofmpfmcjipeghobcppiofg | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-video-downloader/bgcefbhggaofmpfmcjipeghobcppiofg | 
| คำอธิบาย | Twitter™ video downloader plus is an extension for downloading videos from Twitter™ | 
| ขนาดไฟล์ | 68.24 KB | 
| จำนวนการติดตั้ง | 7,000 | 
| เวอร์ชันปัจจุบัน | 1.0.1 | 
| อัปเดตครั้งล่าสุด | 2022-12-14 | 
| วันที่เผยแพร่ | 2022-10-06 | 
| คะแนน | 3.44/5 รวมทั้งหมด 25 คะแนน | 
| ผู้พัฒนา | Extension Master | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1gaVcIOwV7NnvyDRtd3eoOIQUYECyEYwLgBD_wHFXlHY | 
| ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-16.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        "cookies",
        "unlimitedStorage",
        "scripting",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "sandbox": {
        "pages": [
            "js\/test.html"
        ]
    },
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/test.html"
            ],
            "use_dynamic_url": true
        }
    ]
}  |  |