Ebay Flipping Magic
Make Ebay a bit more magic for flippers
Wat is Ebay Flipping Magic?
Ebay Flipping Magic is een Chrome-extensie ontwikkeld door harryh359, en de belangrijkste functie is "Make Ebay a bit more magic for flippers".
Extensie Screenshots
Download het CRX-bestand van de extensie Ebay Flipping Magic
Download Ebay Flipping Magic-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
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.
Basisinformatie over de Extensie
Naam | |
ID | hlidojfoohlilcifdokbmhakghhdmlgi |
Officiële URL | https://chrome.google.com/webstore/detail/ebay-flipping-magic/hlidojfoohlilcifdokbmhakghhdmlgi |
Beschrijving | Make Ebay a bit more magic for flippers |
Bestandsgrootte | 46.78 KB |
Aantal Installaties | 135 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2019-08-07 |
Publicatiedatum | 2019-08-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | harryh359 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |