Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Oct 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "StepToSport US Wishlist Saver",
"version": "1.1",
"description": "Show Save to Wishlist and Export CSV buttons on every page with \/product\/ in the URL.",
"icons": {
"48": "icons\/heart.png"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/product\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"wishlist_frame.html",
"icons\/heart.png"
],
"matches": [
"<all_urls>"
]
}
]
}