Make America's Hands Tiny Again
Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
什么是Make America's Hands Tiny Again?
Make America's Hands Tiny Again是由sinker开发的Chrome扩展程序,该扩展的主要功能是“Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.”。
扩展截图
下载Make America's Hands Tiny Again扩展crx文件
下载Make America's Hands Tiny Again扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Make America's Hands Tiny Again |
ID | ojgpbadmpceampflpngboopnbgbhofjf |
官方URL | https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf |
简介 | Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature. |
文件大小 | 3.73 KB |
安装次数 | 350 |
当前版本 | 0.2 |
更新时间 | 2016-03-05 |
上架时间 | 2016-03-05 |
评分 | 4.79/5 共33次评分 |
开发者 | sinker |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make America's Hands Tiny Again", "description": "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.", "version": "0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |