Ønskeskyen

App to add wishes to Ønskeskyen from any store page

What is Ønskeskyen?

Ønskeskyen is a Chrome extension developed by Gowish, and its main feature is "App to add wishes to Ønskeskyen from any store page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ønskeskyen Extension CRX File

Download Ønskeskyen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ønskeskyen Ønskeskyen
ID ogkealnfbbjhhpcfemkhnaneapipaggf
Official URL https://chromewebstore.google.com/detail/%C3%B8nskeskyen/ogkealnfbbjhhpcfemkhnaneapipaggf
Description App to add wishes to Ønskeskyen from any store page
File Size 20.42 KB
Installation Count 1,545
Current Version 0.0.2
Last Updated 2023-02-17
Publish Date 2022-09-30
Rating 3.33/5 Total 3 Ratings
Developer Gowish
Email [email protected]
Payment Type free
Extension Website https://onskeskyen.dk
Supported Languages 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"
    }
}