Yobit - hide dice form
Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Yobit - hide dice formคืออะไร?
Yobit - hide dice form เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yobit - hide dice form
ดาวน์โหลดไฟล์ส่วนขยาย Yobit - hide dice form ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Yobit - hide dice form |
ID | dnjfnleppdfniifabmkmeonjmhbbapoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh |
คำอธิบาย | Hide dice form on https://yobit.net to prevent money lose on accidentally clicks |
ขนาดไฟล์ | 86.58 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2018-04-23 |
วันที่เผยแพร่ | 2018-04-23 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Yobit - hide dice form", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Hide dice form on https:\/\/yobit.net to prevent money lose on accidentally clicks", "background": { "page": "background.html" }, "version": "1.2.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |