make money 2

a fun game where you make money

Τι είναι το make money 2;

Το make money 2 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "a fun game where you make money".

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

screenshot

Λήψη αρχείου CRX της επέκτασης make money 2

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

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

                        This is a simple yet fun game where you press the button in the middle to make money (figurative money, not real money). It is the sequel to the game "Make Money", with more and improved features. I hope you have fun playing this game.                    

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

Όνομα make money 2 make money 2
ID hcheolebmhkboielcjnbelmmgblbnabh
Επίσημο URL https://chromewebstore.google.com/detail/make-money-2/hcheolebmhkboielcjnbelmmgblbnabh
Περιγραφή a fun game where you make money
Μέγεθος Αρχείου 106 KB
Αριθμός Εγκαταστάσεων 25,862
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-04-19
Ημερομηνία Δημοσίευσης 2022-04-18
Αξιολόγηση 3.77/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Unknown
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "make money 2",
    "version": "1.0",
    "description": "a fun game where you make money",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self';"
    },
    "permissions": [
        "storage",
        "https:\/\/en.wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/",
        "https:\/\/wikipedia.org\/",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "*:\/\/*.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/wiki\/Special:Random\/",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/",
        "https:\/\/wikipedia.org\/",
        "https:\/\/*\/",
        "*:\/\/*.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/wiki\/Special:Random\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected\/script.js",
                "contents\/all\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/1.png",
            "32": "icons\/1.png",
            "48": "icons\/1.png",
            "128": "icons\/1.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/1.png",
        "32": "icons\/1.png",
        "48": "icons\/1.png",
        "128": "icons\/1.png"
    }
}