Dinosave – Wishlists and discounts

Track price drops, build wishlists and share it with the world!

Cos'è Dinosave – Wishlists and discounts?

Dinosave – Wishlists and discounts è un'estensione di Chrome sviluppata da https://dinosave.co, e la sua funzione principale è "Track price drops, build wishlists and share it with the world!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dinosave – Wishlists and discounts

Scarica i file di estensione Dinosave – Wishlists and discounts 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

                        Go wild on your savings with Dinosave! Our nimble dinosaur is here to help you unearth the best discounts and remember all those items you'd like to buy. Whether you're compiling a list for Black Friday, Christmas or just to share with your family or friends – Dinosave is your trusted companion.

Key Features:

🌋 Price Alerts – Never miss a sale again. Dinosave monitors actual price drops, ensuring you get the lowest price without being fooled.
🦖 Wishlists – Save your items into convenient wishlists. Forget about bookmarks hell once and forever.
🌿 Easy Sharing – Want to share your wishlist with friends or family? One click, and it's done. Perfect for birthdays, anniversaries, or any gifting occasion.
🌍 Universal Compatibility – we start small but aim big. Nike, Uniqlo, IKEA... We plan to support every single store you can think of.

Dive into the age of dinosaurs and discounts. Install Dinosave and let the savings adventure begin!                    

Informazioni di Base sull'Estensione

Nome Dinosave – Wishlists and discounts Dinosave – Wishlists and discounts
ID ahjpfbocjamopfkghdoojdalmllbfhmg
URL Ufficiale https://chromewebstore.google.com/detail/dinosave-%E2%80%93-wishlists-and/ahjpfbocjamopfkghdoojdalmllbfhmg
Descrizione Track price drops, build wishlists and share it with the world!
Dimensione del File 2.45 MB
Conteggio Installazioni 96
Versione Corrente 1.0.12
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2023-10-27
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore https://dinosave.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dinosave.co
URL della Pagina della Politica sulla Privacy https://dinosave.co/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dinosave \u2013 Wishlists and discounts",
    "description": "Track price drops, build wishlists and share it with the world!",
    "version": "1.0.12",
    "icons": {
        "16": "images\/logo\/16.png",
        "48": "images\/logo\/48.png",
        "128": "images\/logo\/128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/logo\/19.png",
            "38": "images\/logo\/38.png"
        },
        "default_title": "Dinosave",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/iframe.html",
                "javascript\/popup\/index.js",
                "**\/*.ttf",
                "**\/*.woff2",
                "**\/*.woff",
                "**\/*.eot"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "javascript\/background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascript\/inject\/iframe.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/dinosave.co\/*"
        ]
    },
    "permissions": [
        "storage",
        "identity",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "641461873999-req3967n0lbh390g48dr6u9fu206fa84.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlubfvesDrO9yUZgwMno\/gpLBt\/iW5D+cl5hOgbjl+7tAvcRORNEJLPP9Td0UQyZEYFQ9BdOWyVFf9GzncNqKYd73AvafjeVcxctuJid3QXxYh2e4FRm58NgVjicFjylEnH5rRb0Da+pejaF51OxPN+C7uaTYLGcg7hGFkWlEO2W5MXePCc13CfgpG2S94PdBlK5FVwA6+w5rsxmlmF7CmeJFEDLHcZJtDadMqzcqoIUf9zljLYc8an6FodhAza+7JYPqHmfn0elZr2LUDp+HaY\/5NbNrvNA4mBUvThEJVtY76kOKoUVIYPyZJZcbbpn59rJrDn\/e6uzcrHv8tWVbCQIDAQAB"
}