Hot take to What's up

Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.

Cos'è Hot take to What's up?

Hot take to What's up è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".

Scarica il file CRX dell'estensione Hot take to What's up

Scarica i file di estensione Hot take to What's up 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

                                            

Informazioni di Base sull'Estensione

Nome Hot take to What's up Hot take to What's up
ID achhodbdjjjajcfflmemhgoaeelodmei
URL Ufficiale https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei
Descrizione Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Dimensione del File 5.5 KB
Conteggio Installazioni 134
Versione Corrente 0.1
Ultimo Aggiornamento 2016-03-21
Data di Pubblicazione 2016-03-21
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hot take to What's up",
    "version": "0.1",
    "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "overrides.js"
            ]
        }
    ]
}