MakeItLookBetter
No more blank 'has Photo' images on TradeMe.co.nz
MakeItLookBetterとは何ですか?
MakeItLookBetterはA Korobkinによって開発されたChromeの拡張機能で、その主な機能は「No more blank 'has Photo' images on TradeMe.co.nz」です。
拡張機能のスクリーンショット
MakeItLookBetter拡張機能のCRXファイルをダウンロード
MakeItLookBetter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No more blank 'has Photo' images on TradeMe.co.nz Just install this extension and see the difference.
拡張機能の基本情報
名前 | MakeItLookBetter |
ID | bbipkklhfecnfhipnccgblgonffjbdfb |
公式URL | https://chromewebstore.google.com/detail/makeitlookbetter/bbipkklhfecnfhipnccgblgonffjbdfb |
説明 | No more blank 'has Photo' images on TradeMe.co.nz |
ファイルサイズ | 9.76 KB |
インストール数 | 215 |
現在のバージョン | 0.0.7 |
最終更新日 | 2013-06-16 |
公開日 | 2013-06-16 |
評価 | 4.73/5 合計 15 レビュー |
開発者 | A Korobkin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MakeItLookBetter", "version": "0.0.7", "manifest_version": 2, "description": "No more blank 'has Photo' images on TradeMe.co.nz", "permissions": [ "http:\/\/www.trademe.co.nz\/*" ], "icons": { "48": "milb-48.png", "128": "milb-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.trademe.co.nz\/*" ], "js": [ "contentscript.js" ] } ] } |