Gener8 Genie

Automatically find and apply discount codes to save you money while you shop online.

Τι είναι το Gener8 Genie;

Το Gener8 Genie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gener8ads.com, και η κύρια λειτουργία του είναι "Automatically find and apply discount codes to save you money while you shop online.".

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

screenshot

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

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

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

                        Want to find the best deals and offers online?  Let Gener8 Genie do the work for you 🧞‍♂️.

Genie has the power to find the best promo codes when shopping online across 1000s of selected retailers.

For the most popular websites, Genie will automatically apply codes for you at checkout so you won’t even have to lift a finger!

By the way, it’s FREE.

Give it a go! 😎

Got any questions? See Genie FAQ https://help.gener8ads.com/en/articles/6079232-gener8-genie-faqs

Check out other free Gener8 Chrome extensions:

Ads: https://chrome.google.com/webstore/detail/gener8-ads/agplbamogoflhammoccnkehefjgkcncl

Tabs: https://chrome.google.com/webstore/detail/gener8-tabs/mmdjkpjlfodmimjjlpniccomookbnhlb

Follow us on social:

Facebook: https://www.facebook.com/Gener8Ads/
Instagram https://instagram.com/gener8ads/
Twitter https://twitter.com/Gener8Ads                    

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

Όνομα Gener8 Genie Gener8 Genie
ID eijaliiajnchgljfcjdagllhbfkdkmmi
Επίσημο URL https://chromewebstore.google.com/detail/gener8-genie/eijaliiajnchgljfcjdagllhbfkdkmmi
Περιγραφή Automatically find and apply discount codes to save you money while you shop online.
Μέγεθος Αρχείου 1.22 MB
Αριθμός Εγκαταστάσεων 3,373
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2022-06-12
Ημερομηνία Δημοσίευσης 2022-06-07
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://gener8ads.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gener8ads.com
Διεύθυνση URL της Σελίδας Βοήθειας https://help.gener8ads.com
URL της Σελίδας Πολιτικής Απορρήτου https://gener8ads.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gener8 Genie",
    "author": "Gener8",
    "description": "Automatically find and apply discount codes to save you money while you shop online.",
    "version": "1.4.0",
    "manifest_version": 3,
    "minimum_chrome_version": "101",
    "background": {
        "service_worker": "dist\/background.js"
    },
    "homepage_url": "https:\/\/gener8ads.com",
    "permissions": [
        "activeTab",
        "cookies",
        "gener8Private",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Gener8 Genie",
        "default_icon": {
            "16": "\/src\/ui\/assets\/img\/icons\/icon-16.png",
            "48": "\/src\/ui\/assets\/img\/icons\/icon-48.png",
            "128": "\/src\/ui\/assets\/img\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/src\/ui\/assets\/img\/icons\/icon-16.png",
        "48": "\/src\/ui\/assets\/img\/icons\/icon-48.png",
        "128": "\/src\/ui\/assets\/img\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "dist\/ui\/content.css"
            ],
            "js": [
                "dist\/content-script.js"
            ],
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "\/src\/debug.html",
                "\/dist\/*.png",
                "\/dist\/*.svg",
                "\/dist\/*.gif",
                "\/dist\/*.webm",
                "\/dist\/*.mp4",
                "\/dist\/*.woff",
                "\/dist\/*.ttf",
                "\/dist\/*.css"
            ]
        }
    ]
}