Quote Video for X/Twitter
This extension shares Video on X/Twitter without retweeting.
Quote Video for X/Twitter là gì?
Quote Video for X/Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://tweet-reader.com, và tính năng chính của nó là "This extension shares Video on X/Twitter without retweeting.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quote Video for X/Twitter
Tải xuống các tệp mở rộng Quote Video for X/Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quote Video for X/Twitter |
ID | ebaepjjeaiddiffgjgcgljpjbdljdeif |
URL Chính Thức | https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif |
Mô tả | This extension shares Video on X/Twitter without retweeting. |
Kích Thước Tệp | 9.14 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-07-29 |
Ngày Phát Hành | 2023-06-30 |
Nhà Phát Triển | https://tweet-reader.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://twitter.com/HotChaiLLC |
URL Trang Chính Sách Bảo Mật | https://tweet-reader.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |