Twitter Video Speed
Change the video speed of any video on Twitter
Twitter Video Speed란 무엇입니까?
Twitter Video Speed은(는) https://plasmo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the video speed of any video on Twitter"입니다.
확장 프로그램 스크린샷
Twitter Video Speed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stop wasting time and start speeding up videos you watch on Twitter.
확장 프로그램 기본 정보
이름 | Twitter Video Speed |
ID | lgecidhpiigglcmiakkgjceeedfbnmnl |
공식 URL | https://chromewebstore.google.com/detail/twitter-video-speed/lgecidhpiigglcmiakkgjceeedfbnmnl |
설명 | Change the video speed of any video on Twitter |
파일 크기 | 66.09 KB |
설치 횟수 | 48 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2023-02-26 |
출시 날짜 | 2023-01-09 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://plasmo.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.plasmo.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.7dc0ebe3.png", "32": "icon32.plasmo.9e9b99de.png", "48": "icon48.plasmo.b9bc2bc8.png", "64": "icon64.plasmo.d9c054e8.png", "128": "icon128.plasmo.26f46062.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.7dc0ebe3.png", "32": "icon32.plasmo.9e9b99de.png", "48": "icon48.plasmo.b9bc2bc8.png", "64": "icon64.plasmo.d9c054e8.png", "128": "icon128.plasmo.26f46062.png" } }, "version": "0.0.3", "author": "coldsauce", "name": "Twitter Video Speed", "description": "Change the video speed of any video on Twitter", "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "content.351832d9.js" ], "css": [ "content.5af38402.css" ] } ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "resources": [ "content.3d26bf84.css" ] } ] } |