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.'
Hvad er The Daily Show's President Florida Man Plugin?
The Daily Show's President Florida Man Plugin er en Chrome-udvidelse udviklet af The Daily Show, og dens hovedfunktion er "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".
Udvidelsesskærmbilleder
Download The Daily Show's President Florida Man Plugin-udvidelses-CRX-fil
Download The Daily Show's President Florida Man Plugin-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
                        Created by The Daily Show                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | cklaahipljbhommdkomdkmdnceohigek | 
| Officiel URL | https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek | 
| Beskrivelse | Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.' | 
| Filstørrelse | 89.16 KB | 
| Antal Installationer | 1,338 | 
| Nuværende Version | 1.0.5 | 
| Senest Opdateret | 2019-11-11 | 
| Udgivelsesdato | 2019-11-08 | 
| Bedømmelse | 4.88/5 Samlet 42 Bedømmelser | 
| Udvikler | The Daily Show | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://www.maketrumpfloridaman.com | 
| Understøttede Sprog | 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'"
}  |  |