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 |
官方網址 | 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" } ] } |