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.'
Was ist The Daily Show's President Florida Man Plugin?
The Daily Show's President Florida Man Plugin ist eine Chrome-Erweiterung, die von The Daily Show entwickelt wurde, und ihr Hauptmerkmal ist "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".
Erweiterungsscreenshots
The Daily Show's President Florida Man Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Daily Show's President Florida Man Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Created by The Daily Show Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cklaahipljbhommdkomdkmdnceohigek |
| Offizielle URL | https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek |
| Beschreibung | Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.' |
| Dateigröße | 89.16 KB |
| Installationsanzahl | 1,338 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2019-11-11 |
| Veröffentlichungsdatum | 2019-11-08 |
| Bewertung | 4.88/5 Insgesamt 42 Bewertungen |
| Entwickler | The Daily Show |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.maketrumpfloridaman.com |
| Unterstützte Sprachen | 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'"
} | |