The Daily Show's President Florida Man Plugin

Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'

Cos'è The Daily Show's President Florida Man Plugin?

The Daily Show's President Florida Man Plugin è un'estensione di Chrome sviluppata da The Daily Show, e la sua funzione principale è "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione The Daily Show's President Florida Man Plugin

Scarica i file di estensione The Daily Show's President Florida Man Plugin 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

                        Created by The Daily Show                    

Informazioni di Base sull'Estensione

Nome The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
URL Ufficiale https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
Descrizione Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
Dimensione del File 89.16 KB
Conteggio Installazioni 1,338
Versione Corrente 1.0.5
Ultimo Aggiornamento 2019-11-11
Data di Pubblicazione 2019-11-08
Valutazione 4.88/5 Totale 42 Valutazioni
Sviluppatore The Daily Show
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.maketrumpfloridaman.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Daily Show's President Florida Man Plugin",
    "description": "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'",
    "version": "1.0.5",
    "author": "The Daily Show",
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/img\/logo.png"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}