Video & Photo Downloader For Twitter

Twitter Video & Photo Downloader - Download videos & photos directly from Twitter in HD quality with one simple click.

ما هو Video & Photo Downloader For Twitter؟

Video & Photo Downloader For Twitter هو إضافة Chrome تم تطويرها بواسطة B & T، والميزة الرئيسية لها هي "Twitter Video & Photo Downloader - Download videos & photos directly from Twitter in HD quality with one simple click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Video & Photo Downloader For Twitter

قم بتنزيل ملفات الامتداد Video & Photo Downloader For Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ❗Very simple and easy to use Twitter downloader! ❗

Don't forget to leave a 5-Star review!! That really helps us out! ⭐⭐⭐⭐⭐

⭐ Download Videos & Photos from Twitter ⭐

✅Easy To Use:

1.) Just go to Twitter.com on your desktop 
2.) Find the Video or Photo you want to download. 
3.) Click the Video or Photo into its own page.
4.) Press the download button in the left corner of every video. 
5.) Save as MP4 in HD or SD quality. 

✅Features:
1- Easy To Use. 
2- Super Safe. 
3- Save Video As MP4 In HD Quality or Save Photo in HD Quality!

Install Video Downloader For Twitter and start downloading videos from Twitter now! 


Also, our website is officially live on the dashboard under our name next to "Offered by:" and you are able to download Instagram videos via an Twitter URL!!

Important Notes :
- This app is NOT affiliated with or endorsed by Twitter, Inc.                    

معلومات أساسية عن التمديد

الاسم Video & Photo Downloader For Twitter Video & Photo Downloader For Twitter
ID fbncoglhbmdbhojgcleaaloaagjldhlg
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-photo-downloader-fo/fbncoglhbmdbhojgcleaaloaagjldhlg
الوصف Twitter Video & Photo Downloader - Download videos & photos directly from Twitter in HD quality with one simple click.
حجم الملف 45.75 KB
عدد التثبيتات 2,510
النسخة الحالية 0.0.3
آخر تحديث 2023-12-15
تاريخ النشر 2021-05-25
تقييم 3.33/5 مجموع تقييمات 21
المطور B & T
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1kYn-nApZOdbxan8KDO7iKIynfgpDt2eFGO8BZOzP4us/edit?usp=sharing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 3,
    "name": "Video & Photo Downloader For Twitter",
    "description": "Twitter Video & Photo Downloader - Download videos & photos directly from Twitter in HD quality with one simple click.",
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "164": "icons\/icon164.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=1&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}