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