Quote Video for X/Twitter

This extension shares Video on X/Twitter without retweeting.

Quote Video for X/Twitter란 무엇입니까?

Quote Video for X/Twitter은(는) https://tweet-reader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shares Video on X/Twitter without retweeting."입니다.

확장 프로그램 스크린샷

screenshot

Quote Video for X/Twitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        How to share an X/Twitter video without having to retweet it. 
1, Open a tweet detail screen
2, Click the icon for this extension
3, The post screen will open in a new tab
4, Tweet with your comments

* Re-quoting (quoting a video that quotes a video) is not recommended.
* Please use this extension by opening a tweet detail screen of the tweet that originally posted a video.                    

확장 프로그램 기본 정보

이름 Quote Video for X/Twitter Quote Video for X/Twitter
ID ebaepjjeaiddiffgjgcgljpjbdljdeif
공식 URL https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif
설명 This extension shares Video on X/Twitter without retweeting.
파일 크기 9.14 KB
설치 횟수 108
현재 버전 1.0.1
최근 업데이트 2023-07-29
출시 날짜 2023-06-30
개발자 https://tweet-reader.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://twitter.com/HotChaiLLC
개인정보 보호 정책 페이지 URL https://tweet-reader.com/privacy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "QVT",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "twit48.png",
        "128": "twit128.png"
    },
    "action": {
        "default_icon": "twit48.png",
        "default_title": "Quote Video for X\/Twitter"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}