poe.trade price fixing

This extension show the rating of a seller in poe.trade

What is poe.trade price fixing?

poe.trade price fixing is a Chrome extension developed by Pow-up, and its main feature is "This extension show the rating of a seller in poe.trade".

Extension Screenshots

screenshot

Download poe.trade price fixing Extension CRX File

Download poe.trade price fixing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name poe.trade price fixing poe.trade price fixing
ID ijlipmjclpchckgkoieeihjmjenjehjk
Official URL https://chromewebstore.google.com/detail/poetrade-price-fixing/ijlipmjclpchckgkoieeihjmjenjehjk
Description This extension show the rating of a seller in poe.trade
File Size 177 KB
Installation Count 629
Current Version 1.0.6
Last Updated 2017-08-25
Publish Date 2017-08-25
Rating 4.67/5 Total 6 Ratings
Developer Pow-up
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}