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.'
The Daily Show's President Florida Man Pluginとは何ですか?
The Daily Show's President Florida Man PluginはThe Daily Showによって開発されたChromeの拡張機能で、その主な機能は「Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'」です。
拡張機能のスクリーンショット
The Daily Show's President Florida Man Plugin拡張機能のCRXファイルをダウンロード
The Daily Show's President Florida Man Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Created by The Daily Show
拡張機能の基本情報
名前 | The Daily Show's President Florida Man Plugin |
ID | cklaahipljbhommdkomdkmdnceohigek |
公式URL | https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek |
説明 | Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.' |
ファイルサイズ | 89.16 KB |
インストール数 | 1,338 |
現在のバージョン | 1.0.5 |
最終更新日 | 2019-11-11 |
公開日 | 2019-11-08 |
評価 | 4.88/5 合計 42 レビュー |
開発者 | The Daily Show |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.maketrumpfloridaman.com |
対応言語 | 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'" } |