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" } ] } |