X Video Downloader | Fast and Free
Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
X Video Downloader | Fast and Free란 무엇입니까?
X Video Downloader | Fast and Free은(는) Creative Extensions Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use"입니다.
확장 프로그램 스크린샷
X Video Downloader | Fast and Free 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Meet the 'X Video Downloader' Chrome browser extension formerly known as "Twitter Video Downloader | Fast and Free" – Your ultimate tool for easily saving Twitter videos and GIFs with just a single click! Experience the speed and simplicity of content downloading on X (ex Twitter). Get started now for free! 🙌
확장 프로그램 기본 정보
이름 | X Video Downloader | Fast and Free |
ID | dknlpoinnbnmbocobocfmbanemkpmpac |
공식 URL | https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac |
설명 | Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use |
파일 크기 | 31.13 KB |
설치 횟수 | 1,300 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-10-17 |
출시 날짜 | 2023-09-17 |
평점 | 4.91/5 총 11 개의 평점 |
개발자 | Creative Extensions Studio |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/polity-extension/home |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "X Video Downloader | Fast and Free", "description": "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use", "manifest_version": 3, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "service_worker": "bg_service_worker.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ] } |