Yobit - hide dice form

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

ما هو Yobit - hide dice form؟

Yobit - hide dice form هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Yobit - hide dice form

قم بتنزيل ملفات الامتداد Yobit - hide dice form بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Yobit - hide dice form Yobit - hide dice form
ID dnjfnleppdfniifabmkmeonjmhbbapoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh
الوصف Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
حجم الملف 86.58 KB
عدد التثبيتات 24
النسخة الحالية 1.2.0
آخر تحديث 2018-04-23
تاريخ النشر 2018-04-23
تقييم 1.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
    ]
}