Twitter Back

An extension to bring the Twitter back

Cos'è Twitter Back?

Twitter Back è un'estensione di Chrome sviluppata da huazhou, e la sua funzione principale è "An extension to bring the Twitter back".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Back

Scarica i file di estensione Twitter Back 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

                        The simplest way to bring Twitter back, the simplest way to say 'NO' to Musk.                    

Informazioni di Base sull'Estensione

Nome Twitter Back Twitter Back
ID dejbmeodccgfofagldcepipgdbemmpjb
URL Ufficiale https://chromewebstore.google.com/detail/twitter-back/dejbmeodccgfofagldcepipgdbemmpjb
Descrizione An extension to bring the Twitter back
Dimensione del File 4.89 KB
Conteggio Installazioni 36
Versione Corrente 1.2
Ultimo Aggiornamento 2023-07-31
Data di Pubblicazione 2023-07-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore huazhou
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Back",
    "version": "1.2",
    "description": "An extension to bring the Twitter back",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}