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.

Cos'è Rare Drop Extension?

Rare Drop Extension è un'estensione di Chrome sviluppata da https://multi.raredrop.co, e la sua funzione principale è "The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rare Drop Extension

Scarica i file di estensione Rare Drop Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rare Drop Extension Rare Drop Extension
ID minmanafaiaflcodopahojennblejpnc
URL Ufficiale https://chromewebstore.google.com/detail/rare-drop-extension/minmanafaiaflcodopahojennblejpnc
Descrizione The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.
Dimensione del File 161 KB
Conteggio Installazioni 154
Versione Corrente 1.5
Ultimo Aggiornamento 2019-11-14
Data di Pubblicazione 2019-11-13
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://multi.raredrop.co
Tipo di Pagamento free
Lingue Supportate 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'"
}