Doge Faucets Helper
Provide help for the use of Doge Faucets.
Doge Faucets Helperとは何ですか?
Doge Faucets Helperはmatheodによって開発されたChromeの拡張機能で、その主な機能は「Provide help for the use of Doge Faucets.」です。
拡張機能のスクリーンショット
Doge Faucets Helper拡張機能のCRXファイルをダウンロード
Doge Faucets Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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) 拡張機能の基本情報
| 名前 | |
| ID | oegfhhkackbolbkonglooolndlbpmocm |
| 公式URL | https://chromewebstore.google.com/detail/doge-faucets-helper/oegfhhkackbolbkonglooolndlbpmocm |
| 説明 | Provide help for the use of Doge Faucets. |
| ファイルサイズ | 56.67 KB |
| インストール数 | 158 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2014-05-02 |
| 公開日 | 2014-05-02 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | matheod |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |