Yobit - hide dice form
Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Yobit - hide dice form là gì?
Yobit - hide dice form là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yobit - hide dice form
Tải xuống các tệp mở rộng Yobit - hide dice form dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yobit - hide dice form |
ID | dnjfnleppdfniifabmkmeonjmhbbapoh |
URL Chính Thức | https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh |
Mô tả | Hide dice form on https://yobit.net to prevent money lose on accidentally clicks |
Kích Thước Tệp | 86.58 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2018-04-23 |
Ngày Phát Hành | 2018-04-23 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |