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 là gì?

Rare Drop Extension là một tiện ích mở rộng Chrome được phát triển bởi https://multi.raredrop.co, và tính năng chính của nó là "The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rare Drop Extension

Tải xuống các tệp mở rộng Rare Drop Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rare Drop Extension Rare Drop Extension
ID minmanafaiaflcodopahojennblejpnc
URL Chính Thức https://chromewebstore.google.com/detail/rare-drop-extension/minmanafaiaflcodopahojennblejpnc
Mô tả The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.
Kích Thước Tệp 161 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2019-11-14
Ngày Phát Hành 2019-11-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://multi.raredrop.co
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}