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はhttps://multi.raredrop.coによって開発されたChromeの拡張機能で、その主な機能は「The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.」です。

拡張機能のスクリーンショット

screenshot

Rare Drop Extension拡張機能のCRXファイルをダウンロード

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 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'"
}