Ebay Flipping Magic

Make Ebay a bit more magic for flippers

Hvad er Ebay Flipping Magic?

Ebay Flipping Magic er en Chrome-udvidelse udviklet af harryh359, og dens hovedfunktion er "Make Ebay a bit more magic for flippers".

Udvidelsesskærmbilleder

screenshot

Download Ebay Flipping Magic-udvidelses-CRX-fil

Download Ebay Flipping Magic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ebay Flipping Magic Ebay Flipping Magic
ID hlidojfoohlilcifdokbmhakghhdmlgi
Officiel URL https://chrome.google.com/webstore/detail/ebay-flipping-magic/hlidojfoohlilcifdokbmhakghhdmlgi
Beskrivelse Make Ebay a bit more magic for flippers
Filstørrelse 46.78 KB
Antal Installationer 135
Nuværende Version 0.1.2
Senest Opdateret 2019-08-07
Udgivelsesdato 2019-08-07
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler harryh359
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}