Ønskeskyen

App to add wishes to Ønskeskyen from any store page

Cos'è Ønskeskyen?

Ønskeskyen è un'estensione di Chrome sviluppata da Gowish, e la sua funzione principale è "App to add wishes to Ønskeskyen from any store page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ønskeskyen

Scarica i file di estensione Ønskeskyen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ønskeskyen Ønskeskyen
ID ogkealnfbbjhhpcfemkhnaneapipaggf
URL Ufficiale https://chromewebstore.google.com/detail/%C3%B8nskeskyen/ogkealnfbbjhhpcfemkhnaneapipaggf
Descrizione App to add wishes to Ønskeskyen from any store page
Dimensione del File 20.42 KB
Conteggio Installazioni 1,545
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-02-17
Data di Pubblicazione 2022-09-30
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Gowish
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onskeskyen.dk
Lingue Supportate 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"
    }
}