Doge Faucets Helper

Provide help for the use of Doge Faucets.

Apa itu Doge Faucets Helper?

Doge Faucets Helper adalah ekstensi Chrome yang dikembangkan oleh matheod, dan fitur utamanya adalah "Provide help for the use of Doge Faucets.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Doge Faucets Helper

Unduh file ekstensi Doge Faucets Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        WARNING : Work In Progress !

- Provide timer to know when you can go back to the faucet
- Autofill of wallet adress in faucet
- An indictor to know if you correctly entered the capcha
- Some stats (number of time you use the faucet, average win, total accumulated)                    

Informasi Dasar Ekstensi

Nama Doge Faucets Helper Doge Faucets Helper
ID oegfhhkackbolbkonglooolndlbpmocm
URL Resmi https://chromewebstore.google.com/detail/doge-faucets-helper/oegfhhkackbolbkonglooolndlbpmocm
Deskripsi Provide help for the use of Doge Faucets.
Ukuran File 56.67 KB
Jumlah Instalasi 158
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-05-02
Tanggal Publikasi 2014-05-02
Penilaian 3.67/5 Total 3 Penilaian
Pengembang matheod
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge Faucets Helper",
    "description": "Provide help for the use of Doge Faucets.",
    "version": "1.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "omnibox": {
        "keyword": "faucet"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Doge Faucets Helper",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}