TinyHands
So small
什么是TinyHands?
TinyHands是由dagda开发的Chrome扩展程序,该扩展的主要功能是“So small”。
扩展截图
下载TinyHands扩展crx文件
下载TinyHands扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace references to Trump's inaugural crowds with the word "penis" Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."
扩展基本信息
名称 | |
ID | cbbefndphodbaohlledmaaofipjegafm |
官方URL | https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm |
简介 | So small |
文件大小 | 5.11 KB |
安装次数 | 16 |
当前版本 | 0.1 |
更新时间 | 2017-01-26 |
上架时间 | 2017-01-26 |
开发者 | dagda |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyHands", "description": "So small", "version": "0.1", "browser_action": { "default_icon": "smol.png", "default_title": "So small! Sad." }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |