Quote Video for X/Twitter

This extension shares Video on X/Twitter without retweeting.

What is Quote Video for X/Twitter?

Quote Video for X/Twitter is a Chrome extension developed by https://tweet-reader.com, and its main feature is "This extension shares Video on X/Twitter without retweeting.".

Extension Screenshots

screenshot

Download Quote Video for X/Twitter Extension CRX File

Download Quote Video for X/Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quote Video for X/Twitter Quote Video for X/Twitter
ID ebaepjjeaiddiffgjgcgljpjbdljdeif
Official URL https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif
Description This extension shares Video on X/Twitter without retweeting.
File Size 9.14 KB
Installation Count 108
Current Version 1.0.1
Last Updated 2023-07-29
Publish Date 2023-06-30
Developer https://tweet-reader.com
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/HotChaiLLC
Privacy Policy Page URL https://tweet-reader.com/privacy
Supported Languages 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"
    }
}