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.'
Apa itu The Daily Show's President Florida Man Plugin?
The Daily Show's President Florida Man Plugin adalah ekstensi Chrome yang dikembangkan oleh The Daily Show, dan fitur utamanya adalah "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Daily Show's President Florida Man Plugin
Unduh file ekstensi The Daily Show's President Florida Man Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Created by The Daily Show
Informasi Dasar Ekstensi
Nama | The Daily Show's President Florida Man Plugin |
ID | cklaahipljbhommdkomdkmdnceohigek |
URL Resmi | https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek |
Deskripsi | Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.' |
Ukuran File | 89.16 KB |
Jumlah Instalasi | 1,338 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2019-11-11 |
Tanggal Publikasi | 2019-11-08 |
Penilaian | 4.88/5 Total 42 Penilaian |
Pengembang | The Daily Show |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.maketrumpfloridaman.com |
Bahasa yang Didukung | 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'" } |