Quote Video for X/Twitter
This extension shares Video on X/Twitter without retweeting.
O que é Quote Video for X/Twitter?
Quote Video for X/Twitter é uma extensão do Chrome desenvolvida por https://tweet-reader.com, e sua principal característica é "This extension shares Video on X/Twitter without retweeting.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quote Video for X/Twitter
Baixe arquivos de extensão Quote Video for X/Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Quote Video for X/Twitter |
ID | ebaepjjeaiddiffgjgcgljpjbdljdeif |
URL Oficial | https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif |
Descrição | This extension shares Video on X/Twitter without retweeting. |
Tamanho do Arquivo | 9.14 KB |
Contagem de Instalações | 108 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-07-29 |
Data de Publicação | 2023-06-30 |
Desenvolvedor | https://tweet-reader.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://twitter.com/HotChaiLLC |
URL da Página de Política de Privacidade | https://tweet-reader.com/privacy |
Idiomas Suportados | 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" } } |