MoneyTime button

Get paid for your regular internet activity

Qu'est-ce que MoneyTime button ?

MoneyTime button est une extension Chrome développée par support, et sa fonction principale est "Get paid for your regular internet activity".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MoneyTime button

Téléchargez les fichiers d'extension MoneyTime button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MoneyTime button MoneyTime button
ID ljcfaepbealpidpcobofgihcepkdaklk
URL Officiel https://chrome.google.com/webstore/detail/moneytime-button/ljcfaepbealpidpcobofgihcepkdaklk
Description Get paid for your regular internet activity
Taille du Fichier 93.11 KB
Nombre d'Installations 190
Version Actuelle 1.20
Dernière Mise à Jour 2016-11-29
Date de Publication 2016-11-29
Évaluation 2.95/5 Total 20 Évaluations
Développeur support
Type de Paiement free
Site Web de l'Extension http://www.cashcow.shadow.com/
Langues Prises en Charge 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
}