Trumpspeak by Justin Hook

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

Hvad er Trumpspeak by Justin Hook?

Trumpspeak by Justin Hook er en Chrome-udvidelse udviklet af Justin Hook, og dens hovedfunktion er "Replaces @realDonaldTrump's tweets with "[garbled]".".

Udvidelsesskærmbilleder

screenshot

Download Trumpspeak by Justin Hook-udvidelses-CRX-fil

Download Trumpspeak by Justin Hook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Trumpspeak by Justin Hook Trumpspeak by Justin Hook
ID dogahdiacndnopcfnhpkfnepmldljode
Officiel URL https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode
Beskrivelse Replaces @realDonaldTrump's tweets with "[garbled]".
Filstørrelse 62.21 KB
Antal Installationer 21
Nuværende Version 1.0
Senest Opdateret 2017-07-25
Udgivelsesdato 2017-07-24
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Justin Hook
Betalingsmetode free
Udvidelseswebsted https://justinhook.com
Understøttede Sprog 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
        }
    ]
}