MoneyTime button

Get paid for your regular internet activity

MoneyTime button란 무엇입니까?

MoneyTime button은(는) support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get paid for your regular internet activity"입니다.

확장 프로그램 스크린샷

screenshot

MoneyTime button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MoneyTime button MoneyTime button
ID ljcfaepbealpidpcobofgihcepkdaklk
공식 URL https://chrome.google.com/webstore/detail/moneytime-button/ljcfaepbealpidpcobofgihcepkdaklk
설명 Get paid for your regular internet activity
파일 크기 93.11 KB
설치 횟수 190
현재 버전 1.20
최근 업데이트 2016-11-29
출시 날짜 2016-11-29
평점 2.95/5 총 20 개의 평점
개발자 support
결제 유형 free
확장 프로그램 웹 사이트 http://www.cashcow.shadow.com/
지원되는 언어 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
}