Yobit - hide dice form

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

Co to jest Yobit - hide dice form?

Yobit - hide dice form to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Hide dice form on https://yobit.net to prevent money lose on accidentally clicks”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Yobit - hide dice form

Pobierz pliki rozszerzeń Yobit - hide dice form w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Yobit - hide dice form Yobit - hide dice form
ID dnjfnleppdfniifabmkmeonjmhbbapoh
Oficjalny URL https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh
Opis Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Rozmiar pliku 86.58 KB
Liczba instalacji 24
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2018-04-23
Data Publikacji 2018-04-23
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    ]
}