rettiwt

An alternate interface for Twitter you will never get from Twitter

Cos'è rettiwt?

rettiwt è un'estensione di Chrome sviluppata da e, e la sua funzione principale è "An alternate interface for Twitter you will never get from Twitter".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione rettiwt

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

                        An alternate Twitter interface                    

Informazioni di Base sull'Estensione

Nome rettiwt rettiwt
ID mjhegfkkhbffdcldbjinioplljhhikla
URL Ufficiale https://chrome.google.com/webstore/detail/rettiwt/mjhegfkkhbffdcldbjinioplljhhikla
Descrizione An alternate interface for Twitter you will never get from Twitter
Dimensione del File 41.77 KB
Conteggio Installazioni 55
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-06
Data di Pubblicazione 2017-02-06
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore e
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rettiwt",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An alternate interface for Twitter you will never get from Twitter",
    "web_accessible_resources": [
        "theme.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/"
            ],
            "js": [
                "jquery.min.js",
                "headroom.min.js",
                "jQuery.headroom.js",
                "contentscript.js"
            ],
            "css": [
                "main.css",
                "theme.css"
            ]
        }
    ]
}