eBay Enhancement Suite
Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
What is eBay Enhancement Suite?
eBay Enhancement Suite is a Chrome extension developed by LakinSoft, and its main feature is "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.".
Extension Screenshots
Download eBay Enhancement Suite Extension CRX File
Download eBay Enhancement Suite 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
Unofficial tweaks for eBay. Most notable are the addition of maps to product listings. I recommend looking at the options page - there's screenshots and each tweak can be individually disabled.
Extension Basic Information
Name | eBay Enhancement Suite |
ID | hpjjahdkofhbimpjfmgnobenmgfciepj |
Official URL | https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj |
Description | Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come. |
File Size | 1.89 MB |
Installation Count | 21 |
Current Version | 2.2.1 |
Last Updated | 2018-07-09 |
Publish Date | 2018-07-09 |
Rating | 4.00/5 Total 1 Ratings |
Developer | LakinSoft |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eBay Enhancement Suite", "version": "2.2.1", "description": "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.", "manifest_version": 2, "permissions": [ "storage" ], "options_page": "src\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/index.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" } } } |