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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | 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'" } |