WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sortd - Save to Wishlist

Sortd - Save to Wishlist

View on Chrome Web Store
View Sortd - Save to Wishlist Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (6 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save products from any website to your Sortd wishlists
Type
Extension
Users
10,000 users
1K
Sortd
View author page of Sortd
Published
Published on June 28, 2025
Version 1.2.5
Manifest version
3
Updated
Updated on November 17, 2025
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Sortd - Save to Wishlist Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sortd - Save to Wishlist",
    "version": "1.2.5",
    "description": "Save products from any website to your Sortd wishlists",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' http:\/\/localhost:3000 https:\/\/*.getsortd.co https:\/\/*.getsortd.com https:\/\/*.sortdit.link https:\/\/live.sortdit.link https:\/\/*.braze.com https:\/\/*.braze.eu https:\/\/sdk.braze.com https:\/\/*.datadog.com https:\/\/*.datadoghq.com https:\/\/browser-intake-datadoghq.com https:\/\/bug-sure-moray.ngrok-free.app;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "iframe.html",
                "iframe.css",
                "iframe.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.co.in\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.getsortd.co\/*",
                "https:\/\/*.getsortd.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top