Poe.trade custom whisper

Customize your whisper for poe.trade

Wat is Poe.trade custom whisper?

Poe.trade custom whisper is een Chrome-extensie ontwikkeld door Superouman, en de belangrijkste functie is "Customize your whisper for poe.trade".

Download het CRX-bestand van de extensie Poe.trade custom whisper

Download Poe.trade custom whisper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Poe.trade custom whisper enables you to create a custom message for your whispers from poe.trade.

It adds a new button on poe.trade next to the regular whisper button. It enables you to add a very visible message at the end of your whisper when you want to make an offer to an item without a price.

In the extension window, you write your template for the regular whisper message and for the additional part for new offers. You save it and it will be used every time you will click on the "Whisper" or "New offer" buttons.

This extension is not affiliated with poe.trade or Grinding Gear Games in any way.                    

Basisinformatie over de Extensie

Naam Poe.trade custom whisper Poe.trade custom whisper
ID fhccifnkfoehphppdhjpmbmijifmjjjc
Officiële URL https://chromewebstore.google.com/detail/poetrade-custom-whisper/fhccifnkfoehphppdhjpmbmijifmjjjc
Beschrijving Customize your whisper for poe.trade
Bestandsgrootte 60.26 KB
Aantal Installaties 23
Huidige Versie 1.0
Laatst Bijgewerkt 2016-10-23
Publicatiedatum 2016-10-23
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Superouman
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poe.trade custom whisper",
    "description": "Customize your whisper for poe.trade",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_css": "style.css"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.1.1.min.js",
                "get_item_info.js"
            ],
            "matches": [
                "http:\/\/*.poe.trade\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}