Quote Video for X/Twitter
This extension shares Video on X/Twitter without retweeting.
Co je Quote Video for X/Twitter?
Quote Video for X/Twitter je rozšíření Chrome vyvinuté https://tweet-reader.com, a jeho hlavní funkcí je „This extension shares Video on X/Twitter without retweeting.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Quote Video for X/Twitter
Stáhněte si soubory rozšíření Quote Video for X/Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Quote Video for X/Twitter |
ID | ebaepjjeaiddiffgjgcgljpjbdljdeif |
Oficiální URL | https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif |
Popis | This extension shares Video on X/Twitter without retweeting. |
Velikost souboru | 9.14 KB |
Počet instalací | 108 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2023-07-29 |
Datum Vydání | 2023-06-30 |
Vývojář | https://tweet-reader.com |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://twitter.com/HotChaiLLC |
URL Stránky Zásad Ochrany Soukromí | https://tweet-reader.com/privacy |
Podporované Jazyky | 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" } } |