WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GiftPals Wishlist Extension

GiftPals Wishlist Extension

View on Chrome Web Store
View GiftPals Wishlist Extension Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 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.

Add products to your GiftPals wishlist with one click. Extract product images, prices, and details automatically from any website.
Type
Extension
Users
10 users
1
Website giftpals.com
giftpals.com
View author page of giftpals.com
Published
Published on September 30, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on September 30, 2025
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GiftPals Wishlist Extension 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": "GiftPals Wishlist Extension",
    "version": "1.0.0",
    "description": "Add products to your GiftPals wishlist with one click. Extract product images, prices, and details automatically from any website.",
    "author": "Mohammad Arshiya Shabdin, Mohammad Abbasi",
    "homepage_url": "https:\/\/giftpals.com",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs",
        "windows"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "wish-form.html",
                "wish-form.css",
                "wish-form.js",
                "login.html",
                "login.css",
                "login.js",
                "image_selector.html",
                "image_selector.css",
                "image_selector.js",
                "popup.html",
                "popup.css",
                "popup.js",
                "api-service.js",
                "config.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "image_selector.html",
        "default_title": "GiftPals Wishlist",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}
© 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