Sell Reqs Tool
Provides tools to make req selling easier
Cos'è Sell Reqs Tool?
Sell Reqs Tool è un'estensione di Chrome sviluppata da Sick Tools, e la sua funzione principale è "Provides tools to make req selling easier".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sell Reqs Tool
Scarica i file di estensione Sell Reqs Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Provides added tools to sell reqs. Click on "Toggle Advanced Filter/Sell Reqs" for more advanced filtering and selling options. Current Features: Mass Selling of Reqs Advanced Filtering Reqs Planned Features: Sorting Reqs Showing Medals Earned Filtering and Sorting Medals
Informazioni di Base sull'Estensione
Nome | |
ID | ifnmllpebfhkkpihacgmnpkjflmdajpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/sell-reqs-tool/ifnmllpebfhkkpihacgmnpkjflmdajpn |
Descrizione | Provides tools to make req selling easier |
Dimensione del File | 53.16 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2017-12-13 |
Data di Pubblicazione | 2017-09-10 |
Valutazione | 4.89/5 Totale 152 Valutazioni |
Sviluppatore | Sick Tools |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "main_icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "contentscript.js" ], "matches": [ "https:\/\/www.halowaypoint.com\/*" ], "run_at": "document_end" } ], "description": "Provides tools to make req selling easier", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "name": "Sell Reqs Tool", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.0", "web_accessible_resources": [ "sellReqs.js" ] } |