Dinosave – Wishlists and discounts

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

Dinosave – Wishlists and discounts là gì?

Dinosave – Wishlists and discounts là một tiện ích mở rộng Chrome được phát triển bởi https://dinosave.co, và tính năng chính của nó là "Track price drops, build wishlists and share it with the world!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dinosave – Wishlists and discounts

Tải xuống các tệp mở rộng Dinosave – Wishlists and discounts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dinosave – Wishlists and discounts Dinosave – Wishlists and discounts
ID ahjpfbocjamopfkghdoojdalmllbfhmg
URL Chính Thức https://chromewebstore.google.com/detail/dinosave-%E2%80%93-wishlists-and/ahjpfbocjamopfkghdoojdalmllbfhmg
Mô tả Track price drops, build wishlists and share it with the world!
Kích Thước Tệp 2.45 MB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-10-27
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://dinosave.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dinosave.co
URL Trang Chính Sách Bảo Mật https://dinosave.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}