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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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'"
} | |