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.'
Qu'est-ce que The Daily Show's President Florida Man Plugin ?
The Daily Show's President Florida Man Plugin est une extension Chrome développée par The Daily Show, et sa fonction principale est "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Daily Show's President Florida Man Plugin
Téléchargez les fichiers d'extension The Daily Show's President Florida Man Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Created by The Daily Show
Informations de Base sur l'Extension
Nom | The Daily Show's President Florida Man Plugin |
ID | cklaahipljbhommdkomdkmdnceohigek |
URL Officiel | https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek |
Description | Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.' |
Taille du Fichier | 89.16 KB |
Nombre d'Installations | 1,338 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2019-11-11 |
Date de Publication | 2019-11-08 |
Évaluation | 4.88/5 Total 42 Évaluations |
Développeur | The Daily Show |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.maketrumpfloridaman.com |
Langues Prises en Charge | 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'" } |