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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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'"
}