Dinosave – Wishlists and discounts

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

Dinosave – Wishlists and discountsとは何ですか?

Dinosave – Wishlists and discountsはhttps://dinosave.coによって開発されたChromeの拡張機能で、その主な機能は「Track price drops, build wishlists and share it with the world!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Dinosave – Wishlists and discounts拡張機能のCRXファイルをダウンロード

Dinosave – Wishlists and discounts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Dinosave – Wishlists and discounts Dinosave – Wishlists and discounts
ID ahjpfbocjamopfkghdoojdalmllbfhmg
公式URL https://chromewebstore.google.com/detail/dinosave-%E2%80%93-wishlists-and/ahjpfbocjamopfkghdoojdalmllbfhmg
説明 Track price drops, build wishlists and share it with the world!
ファイルサイズ 2.45 MB
インストール数 96
現在のバージョン 1.0.12
最終更新日 2024-03-03
公開日 2023-10-27
評価 5.00/5 合計 10 レビュー
開発者 https://dinosave.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dinosave.co
プライバシーポリシーページのURL https://dinosave.co/privacy
対応言語 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"
}