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.
Was ist Rare Drop Extension?
Rare Drop Extension ist eine Chrome-Erweiterung, die von https://multi.raredrop.co entwickelt wurde, und ihr Hauptmerkmal ist "The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.".
Erweiterungsscreenshots
Rare Drop Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rare Drop Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | minmanafaiaflcodopahojennblejpnc |
| Offizielle URL | https://chromewebstore.google.com/detail/rare-drop-extension/minmanafaiaflcodopahojennblejpnc |
| Beschreibung | The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service. |
| Dateigröße | 161 KB |
| Installationsanzahl | 154 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2019-11-14 |
| Veröffentlichungsdatum | 2019-11-13 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | https://multi.raredrop.co |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |