Yobit - hide dice form

Hide dice form on https://yobit.net to prevent money lose on accidentally clicks

Qu'est-ce que Yobit - hide dice form ?

Yobit - hide dice form est une extension Chrome développée par Unknown, et sa fonction principale est "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Yobit - hide dice form

Téléchargez les fichiers d'extension Yobit - hide dice form au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks.                    

Informations de Base sur l'Extension

Nom Yobit - hide dice form Yobit - hide dice form
ID dnjfnleppdfniifabmkmeonjmhbbapoh
URL Officiel https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh
Description Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Taille du Fichier 86.58 KB
Nombre d'Installations 24
Version Actuelle 1.2.0
Dernière Mise à Jour 2018-04-23
Date de Publication 2018-04-23
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}