Yobit - hide dice form
Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Was ist Yobit - hide dice form?
Yobit - hide dice form ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".
Erweiterungsscreenshots
Yobit - hide dice form-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yobit - hide dice form-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks.
Grundlegende Informationen zur Erweiterung
Name | Yobit - hide dice form |
ID | dnjfnleppdfniifabmkmeonjmhbbapoh |
Offizielle URL | https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh |
Beschreibung | Hide dice form on https://yobit.net to prevent money lose on accidentally clicks |
Dateigröße | 86.58 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2018-04-23 |
Veröffentlichungsdatum | 2018-04-23 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |