Spend Less

We save you money. No coupons. No deals. Just an extension that helps you Spend Less.

Τι είναι το Spend Less;

Το Spend Less είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://spendless.app, και η κύρια λειτουργία του είναι "We save you money. No coupons. No deals. Just an extension that helps you Spend Less.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spend Less

Λήψη αρχείων επέκτασης Spend Less σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Billions of dollars and centuries of time have been spent learning about what makes people want things. Digital marketing experts have distilled principles of psychology, neuroscience, and computer science into "marketing hacks" that push you into "frictionless sales funnels." To sellers, you're just a "click" to "convert" into a purchase.

Spend Less helps you escape the sales funnels and keep your money. How?

- Spend Less detects when you're on a seller's website.

- Spend Less delivers beautiful, motivational, and informative messages that help you become more aware of the sales funnel and marketing hacks being used on you.

- If the website is where you want to be, simply dismiss the message and Spend Less won't interrupt you again during your session on the website.

- If you've realized you've been sucked into just another sales funnel though, Spend Less will send you somewhere beautiful and interesting instead (where nobody is trying to take your money).

Whether you want to Spend Less because you're trying to save, reduce your impact on the environment, or simply to become mindful of the "marketing hacks" sellers use on you, Spend Less will help you pause and think.

We invite you to join our growing community of people who have made the decision to Spend Less.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Spend Less Spend Less
ID lmbgmiblmhdkpalcecdidbhfidkgbcmp
Επίσημο URL https://chromewebstore.google.com/detail/spend-less/lmbgmiblmhdkpalcecdidbhfidkgbcmp
Περιγραφή We save you money. No coupons. No deals. Just an extension that helps you Spend Less.
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 74
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2022-04-26
Ημερομηνία Δημοσίευσης 2021-12-29
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://spendless.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spend Less",
    "description": "We save you money. No coupons. No deals. Just an extension that helps you Spend Less.",
    "version": "0.3.0",
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "AntiShop Preferences",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "handicon16.png",
        "32": "handicon32.png",
        "48": "handicon48.png",
        "128": "handicon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "background.js"
    ]
}