Trumpspeak by Justin Hook

Replaces @realDonaldTrump's tweets with "[garbled]".

Cos'è Trumpspeak by Justin Hook?

Trumpspeak by Justin Hook è un'estensione di Chrome sviluppata da Justin Hook, e la sua funzione principale è "Replaces @realDonaldTrump's tweets with "[garbled]".".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trumpspeak by Justin Hook

Scarica i file di estensione Trumpspeak by Justin Hook 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

                        Finally, an extension that allows Donald Trump's tweets to read the way he talks.                    

Informazioni di Base sull'Estensione

Nome Trumpspeak by Justin Hook Trumpspeak by Justin Hook
ID dogahdiacndnopcfnhpkfnepmldljode
URL Ufficiale https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode
Descrizione Replaces @realDonaldTrump's tweets with "[garbled]".
Dimensione del File 62.21 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2017-07-25
Data di Pubblicazione 2017-07-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Justin Hook
Tipo di Pagamento free
Sito Web dell'Estensione https://justinhook.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpspeak by Justin Hook",
    "short_name": "Trumpspeak",
    "homepage_url": "http:\/\/pushtrumpoffacliffagain.com\/",
    "version": "1.0",
    "description": "Replaces @realDonaldTrump's tweets with \"[garbled]\".",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery-1.7.0.min.js",
                "script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}