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
官方網址 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
電子郵箱 [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"
}