Twitter Video Download & GIF Downloader
Free and easy way to download Twitter videos! Easily download videos from Twitter anytime, anywhere, in MP4 format.
Twitter Video Download & GIF Downloader란 무엇입니까?
Twitter Video Download & GIF Downloader은(는) evanssophia549에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free and easy way to download Twitter videos! Easily download videos from Twitter anytime, anywhere, in MP4 format."입니다.
확장 프로그램 스크린샷
Twitter Video Download & GIF Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to our "Twitter Video Download & GIF Downloader" plugin, designed to cater to your needs for efficient and hassle-free Twitter video and GIF downloads! No more dealing with the complexities of copying and pasting links – our plugin simplifies the entire download process, enabling you to effortlessly save your preferred Twitter videos and GIFs at any time, wherever you are. 💡 Key Features: ● Easy Download of Twitter Videos and GIFs: Quickly download Twitter videos and GIFs without the need for link copying. Whether it's captivating moments, humorous clips, or any other compelling content, all can be effortlessly saved to your device. ● High-Definition Video Downloads: Our plugin supports high-definition video downloads, ensuring you get the best possible viewing experience. Say goodbye to worries about losing video details – enjoy one-click download for HD videos! ● User-Friendly Interface: Designed with a clean and user-friendly interface, making it easy for you to complete download operations in an instant. Even users less familiar with technology can quickly get the hang of it. ● Multiple Download Options: Provide various download options to meet different user needs. Choose to download videos or GIFs, and select the preferred resolution and format. ● Intelligent Link Recognition: Our plugin features intelligent link recognition, eliminating the need for manual copying and pasting. Just click the download button, and the plugin will automatically identify and initiate the download. How to Use❓: ● Logging into your Twitter account: ○ Open your browser and visit https://twitter.com/home. ○ Ensure that you have successfully logged into your Twitter account. ● Downloading images: ○ Go to https://twitter.com/homeand locate the image you want to download. ○ Beneath the image, you will find a dedicated download button. Simply click the button to initiate the download of your selected image. ● Downloading videos: ○ Look for the video or GIF you are interested in. ○ Click on the plugin icon next to the video or GIF; this will prompt the plugin to complete the download of the current video. Notes: Please ensure compliance with Twitter platform terms of use. Only download video from Twitter and use content you have the right to download and use. We encourage users to use the plugin within legal boundaries. Don't miss out on any exciting moments – download the "Twitter Video Download & GIF Downloader" plugin now and enjoy high-quality Twitter videos and GIF content! Disclaimer: Twitter Video Download & GIF Downloader is not an official plugin. Twitter™ is a trademark of Twitter Inc.
확장 프로그램 기본 정보
이름 | Twitter Video Download & GIF Downloader |
ID | ajpnmndbpdmiligajcmnljpiphpjafld |
공식 URL | https://chromewebstore.google.com/detail/twitter-video-download-gi/ajpnmndbpdmiligajcmnljpiphpjafld |
설명 | Free and easy way to download Twitter videos! Easily download videos from Twitter anytime, anywhere, in MP4 format. |
파일 크기 | 835 KB |
설치 횟수 | 1,218 |
현재 버전 | 1.0.11 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2023-12-07 |
평점 | 4.77/5 총 22 개의 평점 |
개발자 | evanssophia549 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://easycomment.ai/privacy-and-cookies-policy |
지원되는 언어 | id,de,en,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "homepage_url": "https:\/\/tweetgrok.ai\/", "default_locale": "en", "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.twitter.js" ], "css": [ ".\/css\/index.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.bundle.js" ], "css": [], "run_at": "document_end" } ], "action": { "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "icons\/*", "images\/*", "inject.bundle.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "version": "1.0.11" } |