Quote Video for X/Twitter
This extension shares Video on X/Twitter without retweeting.
¿Qué es Quote Video for X/Twitter?
Quote Video for X/Twitter es una extensión de Chrome desarrollada por https://tweet-reader.com, y su función principal es "This extension shares Video on X/Twitter without retweeting.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Quote Video for X/Twitter
Descarga archivos de extensión Quote Video for X/Twitter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Quote Video for X/Twitter |
ID | ebaepjjeaiddiffgjgcgljpjbdljdeif |
URL Oficial | https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif |
Descripción | This extension shares Video on X/Twitter without retweeting. |
Tamaño del Archivo | 9.14 KB |
Cantidad de Instalaciones | 108 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-07-29 |
Fecha de Publicación | 2023-06-30 |
Desarrollador | https://tweet-reader.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://twitter.com/HotChaiLLC |
URL de la Página de Política de Privacidad | https://tweet-reader.com/privacy |
Idiomas Soportados | 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" } } |