Trumpspeak by Justin Hook

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

Vad är Trumpspeak by Justin Hook?

Trumpspeak by Justin Hook är en Chrome-tillägg utvecklad av Justin Hook, och dess huvudfunktion är "Replaces @realDonaldTrump's tweets with "[garbled]".".

Tilläggsskärmbilder

screenshot

Ladda ner Trumpspeak by Justin Hook-förlängningens CRX-fil

Ladda ner Trumpspeak by Justin Hook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Trumpspeak by Justin Hook Trumpspeak by Justin Hook
ID dogahdiacndnopcfnhpkfnepmldljode
Officiell webbadress https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode
Beskrivning Replaces @realDonaldTrump's tweets with "[garbled]".
Filstorlek 62.21 KB
Antal Installationer 21
Aktuell Version 1.0
Senast Uppdaterad 2017-07-25
Publiceringsdatum 2017-07-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Justin Hook
Betalningssätt free
Tilläggswebbplats https://justinhook.com
Stödda Språk 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
        }
    ]
}