Rain those $$$

Make it money rain in your browser with this Rain those $$$, you can too

Rain those $$$란 무엇입니까?

Rain those $$$은(는) Dollarman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make it money rain in your browser with this Rain those $$$, you can too"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Rain those $$$ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click the button to make it rain da cash. Right on your browser. Go. You have time to. Be my friend. Click the button. Make the cloud happy. Thats a good boy.

Cloud Custom Cursor for Chrome Browser inside!

And we gotz more levels now!!!!                    

확장 프로그램 기본 정보

이름 Rain those $$$ Rain those $$$
ID eiciglkcdnhlihjhlappkgbpbimejemb
공식 URL https://chromewebstore.google.com/detail/rain-those/eiciglkcdnhlihjhlappkgbpbimejemb
설명 Make it money rain in your browser with this Rain those $$$, you can too
파일 크기 2.87 MB
설치 횟수 10,000
현재 버전 1.3.2.3
최근 업데이트 2023-04-20
출시 날짜 2020-04-28
평점 4.32/5 총 19 개의 평점
개발자 Dollarman
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "Rain mo $",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3.2.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128s.png"
    },
    "browser_action": {
        "default_icon": "res\/icon16.png",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "img\/*",
        "pop.html",
        "stop.html",
        "credit.html"
    ],
    "content_security_policy": "default-src https:\/\/songitude.com https:\/\/*.amazon-adsystem.com https:\/\/*.assoc-amazon.com 'self' https:\/\/www.paypalobjects.com;",
    "manifest_version": 2
}