Yobit - hide dice form
Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Apa itu Yobit - hide dice form?
Yobit - hide dice form adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yobit - hide dice form
Unduh file ekstensi Yobit - hide dice form 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
Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks.
Informasi Dasar Ekstensi
Nama | Yobit - hide dice form |
ID | dnjfnleppdfniifabmkmeonjmhbbapoh |
URL Resmi | https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh |
Deskripsi | Hide dice form on https://yobit.net to prevent money lose on accidentally clicks |
Ukuran File | 86.58 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2018-04-23 |
Tanggal Publikasi | 2018-04-23 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |