Trump to Angry Mango
It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.
什么是Trump to Angry Mango?
Trump to Angry Mango是由angrymango开发的Chrome扩展程序,该扩展的主要功能是“It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.”。
扩展截图
下载Trump to Angry Mango扩展crx文件
下载Trump to Angry Mango扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Converts every occurrence of Trump to Angry Mango.
扩展基本信息
名称 | Trump to Angry Mango |
ID | mkkfepolbfhfcmdddmegcogkokcgcakg |
官方URL | https://chromewebstore.google.com/detail/trump-to-angry-mango/mkkfepolbfhfcmdddmegcogkokcgcakg |
简介 | It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome. |
文件大小 | 1.16 MB |
安装次数 | 11 |
当前版本 | 1.0.2 |
更新时间 | 2016-11-12 |
上架时间 | 2016-11-12 |
评分 | 5.00/5 共1次评分 |
开发者 | angrymango |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Angry Mango", "description": "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.", "version": "1.0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "icons": { "128": "mango_128.png" } } |