Add To WishTender

Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…

ما هو Add To WishTender؟

Add To WishTender هو إضافة Chrome تم تطويرها بواسطة https://wishtender.com، والميزة الرئيسية لها هي "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Add To WishTender

قم بتنزيل ملفات الامتداد Add To WishTender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Add any item from any online store to your WishTender wishlist.

WishTender is a universal wishlist for content creators to get gifts safely from fans.

The 'Add To WishTender' Chrome extension adds a button to your Chrome browser that allows you to add any item from any website directly to your WishTender wishlist.

1. Go to any product on a website and click the "Add to WishTender" button in your browser.
2. A pop up will appear. Select the picture, edit gift details.
4. Add the gift to your wishlist!                    

معلومات أساسية عن التمديد

الاسم Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
الوصف Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
حجم الملف 1.3 MB
عدد التثبيتات 8,355
النسخة الحالية 1.7
آخر تحديث 2023-03-02
تاريخ النشر 2021-08-12
تقييم 3.00/5 مجموع تقييمات 2
المطور https://wishtender.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.wishtender.com/extension
عنوان صفحة المساعدة https://www.wishtender.com/extension
عنوان صفحة سياسة الخصوصية https://www.wishtender.com/files/terms.pdf
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.7",
    "name": "Add To WishTender",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "WishTender"
    },
    "icons": {
        "301": "icon_301.png",
        "128": "icon_128.png",
        "32": "icon_32.png"
    }
}