Ebay Flipping Magic
Make Ebay a bit more magic for flippers
What is Ebay Flipping Magic?
Ebay Flipping Magic is a Chrome extension developed by harryh359, and its main feature is "Make Ebay a bit more magic for flippers".
Extension Screenshots
Download Ebay Flipping Magic Extension CRX File
Download Ebay Flipping Magic 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
Quickly get information and statistics about ebay searches to help you in your quest to buy and sell profitably online. Also right-click any text on any page to quickly run an ebay search for completed/sold listings and automatically apply previously saved filters.
Extension Basic Information
Name | |
ID | hlidojfoohlilcifdokbmhakghhdmlgi |
Official URL | https://chrome.google.com/webstore/detail/ebay-flipping-magic/hlidojfoohlilcifdokbmhakghhdmlgi |
Description | Make Ebay a bit more magic for flippers |
File Size | 46.78 KB |
Installation Count | 135 |
Current Version | 0.1.2 |
Last Updated | 2019-08-07 |
Publish Date | 2019-08-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | harryh359 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ebay Flipping Magic", "short_name": "ebayflippingmagic", "offline_enabled": false, "description": "Make Ebay a bit more magic for flippers", "version": "0.1.2", "icons": { "16": "data\/icons\/16.png", "48": "data\/icons\/48.png", "128": "data\/icons\/128.png" }, "background": { "page": "data\/background.html", "persistent": true }, "options_page": "data\/options.html", "browser_action": { "default_icon": "data\/icons\/64.png", "default_popup": "data\/popup.html" }, "web_accessible_resources": [ "data\/searchresults.html", "data\/searchresults.js", "data\/searchresults.css" ], "permissions": [ "activeTab", "tabs", "contextMenus", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com.au\/sch\/*", "https:\/\/*.ebay.at\/sch\/*", "https:\/\/*.ebay.be\/sch\/*", "https:\/\/*.ebay.ca\/sch\/*", "https:\/\/*.ebay.com.cn\/sch\/*", "https:\/\/*.ebay.cz\/sch\/*", "https:\/\/*.ebay.dk\/sch\/*", "https:\/\/*.ebay.fi\/sch\/*", "https:\/\/*.ebay.fr\/sch\/*", "https:\/\/*.ebay.de\/sch\/*", "https:\/\/*.ebay.gr\/sch\/*", "https:\/\/*.ebay.com.hk\/sch\/*", "https:\/\/*.ebay.hu\/sch\/*", "https:\/\/*.ebay.in\/sch\/*", "https:\/\/*.ebay.ie\/sch\/*", "https:\/\/*.ebay.it\/sch\/*", "https:\/\/*.ebay.com.my\/sch\/*", "https:\/\/*.ebay.nl\/sch\/*", "https:\/\/*.ebay.no\/sch\/*", "https:\/\/*.ebay.ph\/sch\/*", "https:\/\/*.ebay.pl\/sch\/*", "https:\/\/*.ebay.pt\/sch\/*", "https:\/\/*.ebay.ru\/sch\/*", "https:\/\/*.ebay.com.sg\/sch\/*", "https:\/\/*.ebay.es\/sch\/*", "https:\/\/*.ebay.ch\/sch\/*", "https:\/\/*.ebay.co.th\/sch\/*", "https:\/\/*.ebay.co.uk\/sch\/*", "https:\/\/*.ebay.com\/sch\/*", "https:\/\/*.ebay.vn\/sch\/*" ], "all_frames": false, "run_at": "document_idle", "js": [ "data\/analysis.js", "data\/ebay_inject.js" ] } ] } |