Trumpspeak by Justin Hook

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

Wat is Trumpspeak by Justin Hook?

Trumpspeak by Justin Hook is een Chrome-extensie ontwikkeld door Justin Hook, en de belangrijkste functie is "Replaces @realDonaldTrump's tweets with "[garbled]".".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trumpspeak by Justin Hook

Download Trumpspeak by Justin Hook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Trumpspeak by Justin Hook Trumpspeak by Justin Hook
ID dogahdiacndnopcfnhpkfnepmldljode
Officiële URL https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode
Beschrijving Replaces @realDonaldTrump's tweets with "[garbled]".
Bestandsgrootte 62.21 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2017-07-25
Publicatiedatum 2017-07-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Justin Hook
Betalingswijze free
Extensiewebsite https://justinhook.com
Ondersteunde Talen 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
        }
    ]
}