Dinosave – Wishlists and discounts

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

Co je Dinosave – Wishlists and discounts?

Dinosave – Wishlists and discounts je rozšíření Chrome vyvinuté https://dinosave.co, a jeho hlavní funkcí je „Track price drops, build wishlists and share it with the world!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dinosave – Wishlists and discounts

Stáhněte si soubory rozšíření Dinosave – Wishlists and discounts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Dinosave – Wishlists and discounts Dinosave – Wishlists and discounts
ID ahjpfbocjamopfkghdoojdalmllbfhmg
Oficiální URL https://chromewebstore.google.com/detail/dinosave-%E2%80%93-wishlists-and/ahjpfbocjamopfkghdoojdalmllbfhmg
Popis Track price drops, build wishlists and share it with the world!
Velikost souboru 2.45 MB
Počet instalací 96
Aktuální Verze 1.0.12
Poslední Aktualizace 2024-03-03
Datum Vydání 2023-10-27
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář https://dinosave.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dinosave.co
URL Stránky Zásad Ochrany Soukromí https://dinosave.co/privacy
Podporované Jazyky 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"
}