Sell Reqs Tool
Provides tools to make req selling easier
What is Sell Reqs Tool?
Sell Reqs Tool is a Chrome extension developed by Sick Tools, and its main feature is "Provides tools to make req selling easier".
Extension Screenshots
Download Sell Reqs Tool Extension CRX File
Download Sell Reqs Tool 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
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
Extension Basic Information
Name | |
ID | ifnmllpebfhkkpihacgmnpkjflmdajpn |
Official URL | https://chrome.google.com/webstore/detail/sell-reqs-tool/ifnmllpebfhkkpihacgmnpkjflmdajpn |
Description | Provides tools to make req selling easier |
File Size | 53.16 KB |
Installation Count | 10,000 |
Current Version | 0.3.0 |
Last Updated | 2017-12-13 |
Publish Date | 2017-09-10 |
Rating | 4.89/5 Total 152 Ratings |
Developer | Sick Tools |
Payment Type | free |
Supported Languages | 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" ] } |