Twitter based video/gif downloader | getTweet

getTweet can download the video/gif directly from twitter.com with a single click.

Twitter based video/gif downloader | getTweetคืออะไร?

Twitter based video/gif downloader | getTweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gettweet.in และคุณลักษณะหลักของมันคือ "getTweet can download the video/gif directly from twitter.com with a single click."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter based video/gif downloader | getTweet

ดาวน์โหลดไฟล์ส่วนขยาย Twitter based video/gif downloader | getTweet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Download any video/gif from twitter.com with some simple steps :

1) Download the extension
2) Open twitter.com
3) getTweet extension will place a download button next to the tweet containing the video/gif.
4) Click on the download button.

No need to copy and paste the link in some website, just install the extension once and keep using twitter and download any video/gif with a single click.                    

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

ชื่อ Twitter based video/gif downloader | getTweet Twitter based video/gif downloader | getTweet
ID ofkileplaebncapjieeccfabeakdfffa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-based-videogif-do/ofkileplaebncapjieeccfabeakdfffa
คำอธิบาย getTweet can download the video/gif directly from twitter.com with a single click.
ขนาดไฟล์ 44.31 KB
จำนวนการติดตั้ง 339
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-06
วันที่เผยแพร่ 2020-08-16
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://gettweet.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gettweet.in
URL หน้านโยบายความเป็นส่วนตัว https://gettweet.in/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "gettweet.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/gettweet.in\/*"
            ]
        }
    ],
    "converted_from_user_script": true,
    "description": "getTweet can download the video\/gif directly from twitter.com with a single click.",
    "homepage_url": "https:\/\/gettweet.in",
    "icons": {
        "128": "square_128.png",
        "16": "square_16.png",
        "48": "square_48.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/gettweet.in\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAga649qyYWGJ2ViQD8Bq4+1BL7BIKJk8KHT4T72DNL\/6uQw1E83nsIRaW2jUwvd1b92hGPMR4DBbdS9Nw9ANkYdwSsGL61VVPuAsF7OwHJOBOSYgCSaAKMtpAPvC0bCuR51ihbrMQgC\/wAW5Vq6RIB6V\/eGe72f8qv4ccX\/cZweBhQ2gerzQDU0HIM4zsADJ447YjQmq2A2I48q5GzYiS31PDwJPR5oRpITNfiNUrgnJ5zyXWX643qllEVOffuKV2sVT4E\/WsTeFBcpS+r3mojmr8aeEIos9YeKD2W0C5Ak1bw5Ir6BhtIOhSkoE9IwiHyzXdIIDSOZuB1wpNsgddpQIDAQAB",
    "manifest_version": 3,
    "name": "Twitter based video\/gif downloader | getTweet",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "square_16.png",
                "css\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        },
        {
            "resources": [
                "images\/*",
                "square_16.png",
                "css\/*"
            ],
            "matches": [
                "https:\/\/gettweet.in\/*"
            ]
        }
    ]
}