Fat piece of fatty fat fat
This extension makes the news less depressing
什么是Fat piece of fatty fat fat?
Fat piece of fatty fat fat是由trumpisafatty开发的Chrome扩展程序,该扩展的主要功能是“This extension makes the news less depressing”。
扩展截图
下载Fat piece of fatty fat fat扩展crx文件
下载Fat piece of fatty fat fat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer
扩展基本信息
名称 | Fat piece of fatty fat fat |
ID | ikglpmmdgcodfghekcmccmmfcleoajjf |
官方URL | https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf |
简介 | This extension makes the news less depressing |
文件大小 | 32.88 KB |
安装次数 | 42 |
当前版本 | 0.0.0.1 |
更新时间 | 2017-07-14 |
上架时间 | 2017-07-14 |
评分 | 5.00/5 共6次评分 |
开发者 | trumpisafatty |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fat piece of fatty fat fat", "short_name": "Fatty", "description": "This extension makes the news less depressing", "version": "0.0.0.1", "devtools_page": "devtools.html", "browser_action": { "default_icon": "golf_cart_128.png" }, "icons": { "128": "golf_cart_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |