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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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'"
} | |