Deribit Interface Cleaner
On/Off some elements of the interface of the Deribit Exchange.
Deribit Interface Cleaner란 무엇입니까?
Deribit Interface Cleaner은(는) SavosRU에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "On/Off some elements of the interface of the Deribit Exchange."입니다.
확장 프로그램 스크린샷
Deribit Interface Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Отключает/включает при необходимости такие блоки в интерфейсе биржи Дерибит: - Торговая Панель - ОрдерБук - Последние Трейды - Сообщение про то, что мы на ТестНет - промежуточный блок перед окном ПОЗИЦИИ-ОРДЕРА и так далее Больше не делает ничего! В первой версии НЕ СОХРАНЯЕТ результаты. То есть каждый раз надо отключать или включать нужные блоки самостоятельно. Может никому кроме меня и не нужен - но я пользуюсь ;-)
확장 프로그램 기본 정보
이름 | 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" } } |