Quote Video for X/Twitter
This extension shares Video on X/Twitter without retweeting.
Co to jest Quote Video for X/Twitter?
Quote Video for X/Twitter to rozszerzenie Chrome opracowane przez https://tweet-reader.com, a jego główną funkcją jest „This extension shares Video on X/Twitter without retweeting.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quote Video for X/Twitter
Pobierz pliki rozszerzeń Quote Video for X/Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Quote Video for X/Twitter |
ID | ebaepjjeaiddiffgjgcgljpjbdljdeif |
Oficjalny URL | https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif |
Opis | This extension shares Video on X/Twitter without retweeting. |
Rozmiar pliku | 9.14 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-07-29 |
Data Publikacji | 2023-06-30 |
Deweloper | https://tweet-reader.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://twitter.com/HotChaiLLC |
Adres URL Strony Polityki Prywatności | https://tweet-reader.com/privacy |
Obsługiwane Języki | 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" } } |