Quote Video for X/Twitter

This extension shares Video on X/Twitter without retweeting.

Cos'è Quote Video for X/Twitter?

Quote Video for X/Twitter è un'estensione di Chrome sviluppata da https://tweet-reader.com, e la sua funzione principale è "This extension shares Video on X/Twitter without retweeting.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quote Video for X/Twitter

Scarica i file di estensione Quote Video for X/Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quote Video for X/Twitter Quote Video for X/Twitter
ID ebaepjjeaiddiffgjgcgljpjbdljdeif
URL Ufficiale https://chromewebstore.google.com/detail/quote-video-for-xtwitter/ebaepjjeaiddiffgjgcgljpjbdljdeif
Descrizione This extension shares Video on X/Twitter without retweeting.
Dimensione del File 9.14 KB
Conteggio Installazioni 108
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-07-29
Data di Pubblicazione 2023-06-30
Sviluppatore https://tweet-reader.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/HotChaiLLC
URL della Pagina della Politica sulla Privacy https://tweet-reader.com/privacy
Lingue Supportate 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"
    }
}