TwittaSave

Download Twitter Videos and Gifs to your device easily.

ما هو TwittaSave؟

TwittaSave هو إضافة Chrome تم تطويرها بواسطة http://twittasave.net، والميزة الرئيسية لها هي "Download Twitter Videos and Gifs to your device easily.".

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

screenshot

تحميل ملف CRX للإضافة TwittaSave

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

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

                        TwittaSave helps you to download Videos and animated Gifs from Twitter tweets to your device with just a button click.

Simply navigate your browser to the tweet containing the video or animated gif. Then click on the TwittaSave extension icon on the top right corner of your browser and then click the Download button.                    

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

الاسم TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
الوصف Download Twitter Videos and Gifs to your device easily.
حجم الملف 311 KB
عدد التثبيتات 761
النسخة الحالية 1.3
آخر تحديث 2021-01-18
تاريخ النشر 2019-11-20
تقييم 3.27/5 مجموع تقييمات 15
المطور http://twittasave.net
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwittaSave",
    "description": "Download Twitter Videos and Gifs to your device easily.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/api.jublo.net\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "codebird.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TwittaSave - Download Twitter Videos and Gifs to your device easily"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}