MoneyTime button

Get paid for your regular internet activity

Co je MoneyTime button?

MoneyTime button je rozšíření Chrome vyvinuté support, a jeho hlavní funkcí je „Get paid for your regular internet activity“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MoneyTime button

Stáhněte si soubory rozšíření MoneyTime button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MoneyTime button MoneyTime button
ID ljcfaepbealpidpcobofgihcepkdaklk
Oficiální URL https://chrome.google.com/webstore/detail/moneytime-button/ljcfaepbealpidpcobofgihcepkdaklk
Popis Get paid for your regular internet activity
Velikost souboru 93.11 KB
Počet instalací 190
Aktuální Verze 1.20
Poslední Aktualizace 2016-11-29
Datum Vydání 2016-11-29
Hodnocení 2.95/5 Celkem 20 Hodnocení
Vývojář support
Typ Platby free
Webové stránky Rozšíření http://www.cashcow.shadow.com/
Podporované Jazyky 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
}