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 |
官方網址 | 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" } } |