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 |
电子邮箱 | [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'" } |