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.'

Wat is The Daily Show's President Florida Man Plugin?

The Daily Show's President Florida Man Plugin is een Chrome-extensie ontwikkeld door The Daily Show, en de belangrijkste functie is "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The Daily Show's President Florida Man Plugin

Download The Daily Show's President Florida Man Plugin-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

                        Created by The Daily Show                    

Basisinformatie over de Extensie

Naam The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
Officiële URL https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
Beschrijving Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
Bestandsgrootte 89.16 KB
Aantal Installaties 1,338
Huidige Versie 1.0.5
Laatst Bijgewerkt 2019-11-11
Publicatiedatum 2019-11-08
Beoordeling 4.88/5 Totaal 42 Beoordelingen
Ontwikkelaar The Daily Show
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.maketrumpfloridaman.com
Ondersteunde Talen 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'"
}