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.」です。
拡張機能のスクリーンショット
Quote Video for X/Twitter拡張機能のCRXファイルをダウンロード
Quote Video for X/Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |