Florida Man Replacer by Citations Needed
Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.
什么是Florida Man Replacer by Citations Needed?
Florida Man Replacer by Citations Needed是由Citations Needed开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.”。
扩展截图
下载Florida Man Replacer by Citations Needed扩展crx文件
下载Florida Man Replacer by Citations Needed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
https://www.patreon.com/citationsneededpodcast
扩展基本信息
名称 | Florida Man Replacer by Citations Needed |
ID | jiaioinifmjihealclmeahbdpagleidd |
官方URL | https://chromewebstore.google.com/detail/florida-man-replacer-by-c/jiaioinifmjihealclmeahbdpagleidd |
简介 | Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'. |
文件大小 | 11.36 KB |
安装次数 | 82 |
当前版本 | 1.0 |
更新时间 | 2019-04-22 |
上架时间 | 2019-04-18 |
评分 | 5.00/5 共5次评分 |
开发者 | Citations Needed |
付费类型 | free |
扩展官网 | https://www.patreon.com/citationsneededpodcast |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Florida Man Replacer by Citations Needed", "version": "1.0", "description": "Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |