MoneyTime button

Get paid for your regular internet activity

Was ist MoneyTime button?

MoneyTime button ist eine Chrome-Erweiterung, die von support entwickelt wurde, und ihr Hauptmerkmal ist "Get paid for your regular internet activity".

Erweiterungsscreenshots

screenshot

MoneyTime button-Erweiterungs-CRX-Datei herunterladen

Laden Sie MoneyTime button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        MoneyTime button will add a frame of ads around your chrome browser, these ads will generate revenue that goes to YOU. Every 24 hours the program sums up your clicks and impressions to accumulate the generated money for you. You can claim your money once you hit the $25 mark. On your first day you will see $0 in your balance

The developer (Shadow Technologies Ltd.) is not responsible for any Ad content, these ads may contain some degree of adult content, please follow the guidelines below to keep your browsing safe. By installing this extension you agree to the terms of use which remove any possible damage responsibility/liability from the developer of this extension.

General Guidelines for using MoneyTime button:
1. By default, the program adds only four ads: top, bottom, right and left. 
2. You can choose to have less ads but this will reduce the rate of generated revenue.
3. SHADOW.COM uses third party ad-networks to display these ads. The content of ads are not in our control.
4. Some ads might have a degree of adult content.
5. Some ads may be game invitations. 
6. Some ads will falsely tell you that you won hundreds of millions of dollars. 
7. You can safely click on any ad you see, but if the content of the landing page seems suspicious, do not continue. 
8. Clicking ads that trigger your interest will accelerate your credit.
9. When working with full-screen (maximise your browser window) you generate much less impressions because your ads are (in most cases) invisible and happen in the background.
10. When not signed-in, the program does not generate money for you.
11. When not actively browsing, the program stops the impressions and any money generation is paused. 
12. You may PAUSE and RESUME the ads at any point. When paused, the program does not generate any money for you.
13. When you "Claim Your Money", the payment will be credited to your PayPal account, please make sure you have an account with PayPal and keep in mind that there's a 4% fee that PayPal takes for every payment.

By installing the program, you do understand and agree that SHADOW.COM has no responsibility for the content of advertisement and that you may not claim any damage or misuse on our part for any reason whatsoever.


Have a safe and profitable browsing.                    

Grundlegende Informationen zur Erweiterung

Name MoneyTime button MoneyTime button
ID ljcfaepbealpidpcobofgihcepkdaklk
Offizielle URL https://chrome.google.com/webstore/detail/moneytime-button/ljcfaepbealpidpcobofgihcepkdaklk
Beschreibung Get paid for your regular internet activity
Dateigröße 93.11 KB
Installationsanzahl 190
Aktuelle Version 1.20
Letztes Update 2016-11-29
Veröffentlichungsdatum 2016-11-29
Bewertung 2.95/5 Insgesamt 20 Bewertungen
Entwickler support
Zahlungsart free
Erweiterungswebsite http://www.cashcow.shadow.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoneyTime button",
    "description": "Get paid for your regular internet activity",
    "version": "1.20",
    "icons": {
        "16": "\/images\/icons\/16.png",
        "48": "\/images\/icons\/48.png",
        "64": "\/images\/icons\/64.png",
        "128": "\/images\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "Claim your money",
        "default_icon": "\/images\/icons\/cow_ic.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/_\/chrome\/newtab*",
                "https:\/\/adwords.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "*:\/\/shadow.com\/mbb*",
                "*:\/\/*.shadow.com\/mbb*",
                "*:\/\/shadow.com\/nsmbb*",
                "*:\/\/*.shadow.com\/nsmbb*"
            ],
            "js": [
                "\/js\/main.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/_\/chrome\/newtab*",
                "*:\/\/shadow.com\/*",
                "*:\/\/*.shadow.com\/*"
            ],
            "js": [
                "\/js\/urlTokenizer.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/shadow.com\/mbb*",
                "*:\/\/*.shadow.com\/mbb*",
                "*:\/\/shadow.com\/nsmbb*",
                "*:\/\/*.shadow.com\/nsmbb*"
            ],
            "js": [
                "\/js\/tracker.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "\/images\/close.png",
        "\/css\/style.css",
        "dummypage.html"
    ],
    "homepage_url": "https:\/\/shadow.com",
    "manifest_version": 2
}