Doge Faucets Helper
Provide help for the use of Doge Faucets.
Doge Faucets Helperคืออะไร?
Doge Faucets Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matheod และคุณลักษณะหลักของมันคือ "Provide help for the use of Doge Faucets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doge Faucets Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Doge Faucets Helper |
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" ] } |