Rare Drop Extension
The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.
Что такое Rare Drop Extension?
Rare Drop Extension - это расширение Chrome, разработанное https://multi.raredrop.co, и его основная функция - "The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.".
Снимки экрана расширения
Скачать файл CRX расширения Rare Drop Extension
Скачайте файлы расширений Rare Drop Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
X Logger integration allows you to pull up a users log history directly inside Mixer on the users info sheet. All you need is this extension! X Logger helps you audit Mixer users across channels you own, moderate or just watch to get a fuller understanding of their global behaviour as a user.
Основная информация о расширении
Название | Rare Drop Extension |
ID | minmanafaiaflcodopahojennblejpnc |
Официальный URL | https://chromewebstore.google.com/detail/rare-drop-extension/minmanafaiaflcodopahojennblejpnc |
Описание | The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service. |
Размер файла | 161 KB |
Количество установок | 154 |
Текущая Версия | 1.5 |
Последнее Обновление | 2019-11-14 |
Дата публикации | 2019-11-13 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://multi.raredrop.co |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rare Drop Extension", "description": "The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.", "version": "1.5", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mixer.com\/*" ], "js": [ "js\/scripts.js" ] } ], "permissions": [ "https:\/\/mixer.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/kit.fontawesome.com; object-src 'self'" } |