Yobit - hide dice form
Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Wat is Yobit - hide dice form?
Yobit - hide dice form is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".
Extensie Screenshots
Download het CRX-bestand van de extensie Yobit - hide dice form
Download Yobit - hide dice form-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks. Basisinformatie over de Extensie
| Naam | |
| ID | dnjfnleppdfniifabmkmeonjmhbbapoh |
| Officiële URL | https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh |
| Beschrijving | Hide dice form on https://yobit.net to prevent money lose on accidentally clicks |
| Bestandsgrootte | 86.58 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2018-04-23 |
| Publicatiedatum | 2018-04-23 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |