Deribit Interface Cleaner

On/Off some elements of the interface of the Deribit Exchange.

Deribit Interface Cleaner क्या है?

Deribit Interface Cleaner SavosRU द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On/Off some elements of the interface of the Deribit Exchange."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Deribit Interface Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Отключает/включает при необходимости такие блоки в интерфейсе биржи Дерибит:
 - Торговая Панель
 - ОрдерБук
 - Последние Трейды
 - Сообщение про то, что мы на ТестНет
 - промежуточный блок перед окном ПОЗИЦИИ-ОРДЕРА и так далее

Больше не делает ничего!
В первой версии НЕ СОХРАНЯЕТ результаты. То есть каждый раз надо отключать или включать нужные блоки самостоятельно. Может никому кроме меня и не нужен - но я пользуюсь ;-)                    

एक्सटेंशन की मूल जानकारी

नाम Deribit Interface Cleaner Deribit Interface Cleaner
ID papmblepfaaabioeafihhhmimhcdlgbk
आधिकारिक URL https://chromewebstore.google.com/detail/deribit-interface-cleaner/papmblepfaaabioeafihhhmimhcdlgbk
विवरण On/Off some elements of the interface of the Deribit Exchange.
फ़ाइल का आकार 596 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2019-10-12
प्रकाशन तिथि 2019-10-12
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर SavosRU
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://bitmexhelper.home.blog/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "name": "Deribit Interface Cleaner",
    "short_name": "SavDerInClen",
    "description": "On\/Off some elements of the interface of the Deribit Exchange.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';",
    "background": {
        "persistent": true,
        "scripts": [
            "a_global_vars.js",
            "a_back_cleaner.js"
        ],
        "matches": [
            "https:\/\/www.deribit.com\/*",
            "https:\/\/deribit.com\/*",
            "https:\/\/test.deribit.com\/*",
            "https:\/\/testapp.deribit.com\/*",
            "https:\/\/test-static.deribit.com\/*",
            "https:\/\/static.deribit.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/Logo.png",
        "default_popup": "a_popup.html",
        "matches": [
            "https:\/\/www.deribit.com\/*",
            "https:\/\/deribit.com\/*",
            "https:\/\/test.deribit.com\/*",
            "https:\/\/testapp.deribit.com\/*",
            "https:\/\/test-static.deribit.com\/*",
            "https:\/\/static.deribit.com\/*"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "a_global_vars.js",
                "a_front_cleaner.js"
            ],
            "matches": [
                "https:\/\/www.deribit.com\/*",
                "https:\/\/deribit.com\/*",
                "https:\/\/test.deribit.com\/*",
                "https:\/\/testapp.deribit.com\/*",
                "https:\/\/test-static.deribit.com\/*",
                "https:\/\/static.deribit.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.deribit.com\/*",
        "https:\/\/deribit.com\/*",
        "https:\/\/test.deribit.com\/*",
        "https:\/\/testapp.deribit.com\/*",
        "https:\/\/test-static.deribit.com\/*",
        "https:\/\/static.deribit.com\/*"
    ],
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "web_accessible_resources": [
        "images\/Logo.png"
    ],
    "icons": {
        "16": "images\/Logo16x16.png",
        "32": "images\/Logo32x32.png",
        "48": "images\/Logo48x48.png",
        "64": "images\/Logo64x64.png",
        "128": "images\/Logo128x128.png"
    }
}