Ønskeskyen

App to add wishes to Ønskeskyen from any store page

ما هو Ønskeskyen؟

Ønskeskyen هو إضافة Chrome تم تطويرها بواسطة Gowish، والميزة الرئيسية لها هي "App to add wishes to Ønskeskyen from any store page".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ønskeskyen

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

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

                        The GoWish Chrome extension allows you to quickly add all your favorite products to a wishlist, no matter what store you are visiting or what products you dream to get. Simply find a product you like, press the wish extension button and add it to your wishlists so your friends and loved ones know what you are wishing for.                    

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

الاسم Ønskeskyen Ønskeskyen
ID ogkealnfbbjhhpcfemkhnaneapipaggf
عنوان URL الرسمي https://chromewebstore.google.com/detail/%C3%B8nskeskyen/ogkealnfbbjhhpcfemkhnaneapipaggf
الوصف App to add wishes to Ønskeskyen from any store page
حجم الملف 20.42 KB
عدد التثبيتات 1,545
النسخة الحالية 0.0.2
آخر تحديث 2023-02-17
تاريخ النشر 2022-09-30
تقييم 3.33/5 مجموع تقييمات 3
المطور Gowish
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://onskeskyen.dk
اللغات المدعومة da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u00d8nskeskyen",
    "version": "0.0.2",
    "description": "App to add wishes to \u00d8nskeskyen from any store page",
    "author": "\u00d8nskeskyen",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "\u00d8nskeskyen"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}