poe.trade price fixing
This extension show the rating of a seller in poe.trade
poe.trade price fixingとは何ですか?
poe.trade price fixingはPow-upによって開発されたChromeの拡張機能で、その主な機能は「This extension show the rating of a seller in poe.trade」です。
拡張機能のスクリーンショット
poe.trade price fixing拡張機能のCRXファイルをダウンロード
poe.trade price fixing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is to simplify the use of poe trade for old data and price fixing
Its open source on https://github.com/zohon/poe-trade-fixing 拡張機能の基本情報
| 名前 | |
| ID | ijlipmjclpchckgkoieeihjmjenjehjk |
| 公式URL | https://chromewebstore.google.com/detail/poetrade-price-fixing/ijlipmjclpchckgkoieeihjmjenjehjk |
| 説明 | This extension show the rating of a seller in poe.trade |
| ファイルサイズ | 177 KB |
| インストール数 | 629 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2017-08-25 |
| 公開日 | 2017-08-25 |
| 評価 | 4.67/5 合計 6 レビュー |
| 開発者 | Pow-up |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "poe.trade price fixing",
"description": "This extension show the rating of a seller in poe.trade",
"version": "1.0.6",
"incognito": "spanning",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/poe.trade\/*"
],
"css": [
"poefixing.css"
],
"js": [
"jquery-3.2.1.min.js",
"firebase.js",
"main.js"
]
}
],
"permissions": [
"storage"
]
} | |