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 |
电子邮箱 | [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" } } |