AlfaRotator

Multicurrency faucet rotator which increase your profit, simplify and accelerate satoshi collection.

AlfaRotatorとは何ですか?

AlfaRotatorはhttps://www.alfarotator.comによって開発されたChromeの拡張機能で、その主な機能は「Multicurrency faucet rotator which increase your profit, simplify and accelerate satoshi collection.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

AlfaRotator拡張機能のCRXファイルをダウンロード

AlfaRotator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Alfarotator - is an innovative cryptocurrency faucets rotator in form of Chrome browser extension. Alfarotator helps you to increase profit, and also simplify and accelerate satoshi collection process.

Features:

1. Maximum income
At each time Alfarotator offers links to three best paying faucets available for your account. This list is updated every minute.

2. Captcha solver
Simply start to type text in SolveMedia captcha and Alfarotator provides some tips in drop-down list. Choose the right variant and voilà - captcha is solved!

3. Autoclicker
To speed up the work Alfarotator automatically click on captcha detected (reCaptcha, Coinhive, Bitcaptcha etc.).

4. Protection
Alfarotator protect you from visiting faucets in the states of Safety limits or Insufficient funds. If faucet don’t paid it will be automatically suspended.

5. Notification
Current reward in satoshis displayed directly on the application icon. So you can do another work and collect cryptocurrency when decide.

6. Address insertion
Alfarotator automatically insert your address on visited faucet page. So you don't need to waste time for manual copy and paste it.

7. Elements highlighting
Alfarotator highlights on visited page elements of Antibot verification (captchas, buttons and links). Ad banners disguised as captchas or buttons will be omitted.

8. Others
Alfarotator automatically check your balance and inform that you have really received satoshi or not. You may also check your balance manually, view payout history, skip undesireble faucets for you, open three faucets by one click and add a new faucet to Alfarorator.


Follow us on:
Facebook: https://www.facebook.com/alfarotator
Twitter: https://twitter.com/Alfarotator1                    

拡張機能の基本情報

名前 AlfaRotator AlfaRotator
ID ajbjjjcoielbnkfidmbbhdledkmiobda
公式URL https://chromewebstore.google.com/detail/alfarotator/ajbjjjcoielbnkfidmbbhdledkmiobda
説明 Multicurrency faucet rotator which increase your profit, simplify and accelerate satoshi collection.
ファイルサイズ 404 KB
インストール数 1,759
現在のバージョン 1.2.7
最終更新日 2020-05-26
公開日 2020-05-25
評価 4.56/5 合計 224 レビュー
開発者 https://www.alfarotator.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.alfarotator.com
プライバシーポリシーページのURL https://www.alfarotator.com/privacy-policy-en
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "AlfaRotator",
    "version": "1.2.7",
    "default_locale": "en",
    "permissions": [
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "autoclick.js",
                "analyzer.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "AlfaRotator",
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}