JadeShip.com Extension

(formerly RepArchive Ext) Converts links on reddit and yupoo to your favorite shopping agent; enriched with price info and QC pics

Co je JadeShip.com Extension?

JadeShip.com Extension je rozšíření Chrome vyvinuté https://jadeship.com, a jeho hlavní funkcí je „(formerly RepArchive Ext) Converts links on reddit and yupoo to your favorite shopping agent; enriched with price info and QC pics“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření JadeShip.com Extension

Stáhněte si soubory rozšíření JadeShip.com Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension serves two main purposes to upgrade the quality of life for reddit users on Taobao, Weidian and 1688 related subreddits, and yupoo.com.

It rewrites all links to your preferred shopping agent. (This includes shopping agent links and direct links to taobao.com and weidian.com.)

It enriches the page with extra information about the product and it's sales ranking from reparchive.com.

This leaves you with a seamless shopping experience, where you don't have to worry about the agents that others use. This extension turns the experience into a "click and buy" experience - like it should be.

Some other features:
- shows you if quality control (QC) pics are available on qc.photos
- convert from any agent or marketplace to any agent or no agent (if you prefer)
- handles shortened links (pandabuy.page.link, pandabuy.app.link, weidian.info, etc.)
- convert links on yupoo
- countless display options
- freedom to opt out of all online features and the affiliates program.

Supported shopping agents: Pandabuy, Sugargoo, Cssbuy, Hagobuy and other major agents
Supported marketplaces/platforms: weidian.com, taobao.com, 1688.com, tmall.com
Supported pages: Reddit, Yupoo, all shopping agents.

Safety & Privacy:
- the source code is open source, so anyone can review it and contribute
- minimalist approach, only ~0.2mb in size.
- the extension is only active on required sites, the URLs are matched very carefully.
- you can opt out of all online interactions and run the extension offline
- no user data is collected (with each request you do technically expose your IP, among other information).

This is a free and open source project, available at: https://github.com/cachho/jadeship-browser-extension                    

Základní Informace o Rozšíření

Název JadeShip.com Extension JadeShip.com Extension
ID gnpcmjhhhobmpeeekcfmficdfgnmncim
Oficiální URL https://chromewebstore.google.com/detail/jadeshipcom-extension/gnpcmjhhhobmpeeekcfmficdfgnmncim
Popis (formerly RepArchive Ext) Converts links on reddit and yupoo to your favorite shopping agent; enriched with price info and QC pics
Velikost souboru 205 KB
Počet instalací 2,357
Aktuální Verze 1.16.0
Poslední Aktualizace 2024-02-26
Datum Vydání 2023-02-21
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://jadeship.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://jadeship.com/
URL Stránky Nápovědy https://jadeship.com/report?service=Browser+Extension
URL Stránky Zásad Ochrany Soukromí https://ch-webdev.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JadeShip.com Extension",
    "version": "1.16.0",
    "description": "(formerly RepArchive Ext) Converts links on reddit and yupoo to your favorite shopping agent; enriched with price info and QC pics",
    "icons": {
        "48": "public\/icon.png"
    },
    "action": {
        "default_icon": "public\/icon.png",
        "default_popup": ".\/js\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/agent_logos\/*",
                "public\/platform_logos\/*"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.x.yupoo.com\/*",
                "*:\/\/*.wegobuy.com\/*",
                "*:\/\/*.superbuy.com\/*",
                "*:\/\/*.sugargoo.com\/*",
                "*:\/\/*.cssbuy.com\/*",
                "*:\/\/*.pandabuy.com\/*",
                "*:\/\/*.hagobuy.com\/*",
                "*:\/\/*.kameymall.com\/*",
                "*:\/\/*.ezbuycn.com\/*",
                "*:\/\/*.cnfans.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.weidian.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.tmall.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.x.yupoo.com\/*"
            ],
            "js": [
                ".\/js\/content_script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.wegobuy.com\/*",
                "*:\/\/*.superbuy.com\/*",
                "*:\/\/*.sugargoo.com\/*",
                "*:\/\/*.cssbuy.com\/*",
                "*:\/\/*.pandabuy.com\/*",
                "*:\/\/*.hagobuy.com\/*",
                "*:\/\/*.kameymall.com\/*",
                "*:\/\/*.ezbuycn.com\/*",
                "*:\/\/*.cnfans.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.weidian.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.tmall.com\/*"
            ],
            "js": [
                ".\/js\/toolbar.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.wegobuy.com\/*",
        "*:\/\/*.superbuy.com\/*",
        "*:\/\/*.sugargoo.com\/*",
        "*:\/\/*.cssbuy.com\/*",
        "*:\/\/*.pandabuy.com\/*",
        "*:\/\/*.hagobuy.com\/*",
        "*:\/\/*.kameymall.com\/*",
        "*:\/\/*.ezbuycn.com\/*",
        "*:\/\/*.cnfans.com\/*"
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ]
}